Skip to content

Commit

Permalink
Add permissions to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional authored Nov 16, 2023
1 parent eb94f76 commit 5baf3c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- main
workflow_dispatch:

permissions:
id-token: write
contents: read

env:
PROJECT: 'cpg-common'
CONFIG_DESTINATION: 'gs://cpg-config/templates/images/images.toml'
Expand Down

0 comments on commit 5baf3c4

Please sign in to comment.