Skip to content

Commit

Permalink
Merge pull request #7 from TusharRoy23/implement-GCR-v2
Browse files Browse the repository at this point in the history
WIP change vars to secrets
  • Loading branch information
TusharRoy23 committed Jul 2, 2023
2 parents 2b372c9 + cde53fa commit 9e6309e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Show Vars
run: echo ${{ vars.WIF_PROVIDER }}
- name: Google Auth
id: auth
uses: google-github-actions/auth@v0
with:
token_format: 'access_token'
workload_identity_provider: '${{ vars.WIF_PROVIDER }}'
service_account: '${{ vars.WIF_SERVICE_ACCOUNT }}'
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'

- name: Login to GAR
uses: docker/login-action@v2.1.0
Expand Down

0 comments on commit 9e6309e

Please sign in to comment.