Skip to content

Commit

Permalink
fix(cd): fix error in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
asmahood committed Oct 23, 2023
1 parent 85daff1 commit 3d72e50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
deploy:
name: Deploy version to Google Cloud
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
needs: push_to_artifact_registry
steps:
- name: Authenticate to GCP
Expand Down

0 comments on commit 3d72e50

Please sign in to comment.