Skip to content

Commit

Permalink
Add permissions for id-token and contents in GitHub Actions workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Nov 21, 2024
1 parent 95f0ed5 commit dc707cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
AWS_DEFAULT_REGION: us-west-2
Expand Down

0 comments on commit dc707cc

Please sign in to comment.