Skip to content

Commit

Permalink
Update car-demo-updated-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgknoldus authored Jan 25, 2024
1 parent f0df129 commit 5436a11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/car-demo-updated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
- name: Build, Publish, and Deploy
run: |
. apps-deployment-script.sh "us-east1"
echo "-----------printing ---------------"
echo "Token:" ${{ secrets.GITHUB_TOKEN }} | base64
echo "Token:" ${{ env.GITHUB_TOKEN }} | base64
echo "Token:" ${{GITHUB_TOKEN }} | base64
env:
#GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 comments on commit 5436a11

Please sign in to comment.