Skip to content

Commit

Permalink
fix(deploy): use correct workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Mar 7, 2024
1 parent a170a8b commit a6a4535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sub-cloudrun-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
environment:
name: ${{ inputs.environment }}
url: ${{ steps.deploy.outputs.url }}
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
Expand Down

0 comments on commit a6a4535

Please sign in to comment.