Skip to content

Commit

Permalink
Only add back id-token write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 27, 2024
1 parent 1fcbb40 commit fee680f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
MODULE_NAME: dev
VERSION: ${{ github.run_number }}
DATABASE_POSTFIX: ${{ secrets.DATABASE_POSTFIX }}
# permissions:
permissions:
# contents: 'read'
# id-token: 'write'
id-token: 'write'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fee680f

Please sign in to comment.