Skip to content

Commit

Permalink
Merge pull request #19 from cyber-dojo/fix-ci-permissions
Browse files Browse the repository at this point in the history
Fix CI permissions
  • Loading branch information
JonJagger committed Apr 29, 2024
2 parents 8b64adb + 1068b37 commit 05558f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ jobs:
needs: [deploy-to-prod, variables]
runs-on: ubuntu-latest
permissions:
id-token: read
contents: read
id-token: write
contents: write
env:
IMAGE_NAME: ${{ needs.variables.outputs.image_name }}
IMAGE_TAG: ${{ needs.variables.outputs.image_tag }}
Expand Down

0 comments on commit 05558f3

Please sign in to comment.