Skip to content

Commit

Permalink
[2148] Add missing permission for google auth on manual deploy (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti authored Nov 18, 2024
1 parent 9365553 commit faa2ef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
type: environment
required: true

permissions:
packages: write
id-token: write

concurrency: deploy_${{ inputs.environment }}
jobs:
package:
Expand Down

0 comments on commit faa2ef1

Please sign in to comment.