Skip to content

Commit

Permalink
trigger_deploy.yml: correct permissions for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 27, 2024
1 parent dddfd66 commit 1314e54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trigger_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ on:
required: true
type: string

permissions:
id-token: write
contents: read

jobs:
trigger_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1314e54

Please sign in to comment.