Skip to content

Commit

Permalink
Permissions, mmmh?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelsen committed Oct 2, 2024
1 parent 51822a6 commit 14b40a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Integration test
on:
push:

permissions:
id-token: write # This is required for requesting the JWT
contents: write # This is required for pushing tags and creating releases
actions: read # This is required for 8398a7/action-slack

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

0 comments on commit 14b40a2

Please sign in to comment.