Skip to content

Commit

Permalink
Test removing permissions block
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 27, 2024
1 parent 0c83ac2 commit 1fcbb40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
contents: 'read'
id-token: 'write'
# permissions:
# contents: 'read'
# id-token: 'write'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1fcbb40

Please sign in to comment.