diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index 5c299892..e9e6ba74 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -43,4 +43,6 @@ jobs: - name: Build, Publish, and Deploy run: | . apps-deployment-script.sh "us-east1" - + env: + GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }} + GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}