Skip to content

Commit

Permalink
tgz token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGuerra committed Nov 24, 2021
1 parent 8e81a1c commit 47815a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ jobs:
PACKAGES_DIR: packages
RELEASE: ${{ github.event.release.name }}
S3_BUCKET_NAME: lucag-test-personal

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read

steps:
- name: Checkout Sysdig
uses: actions/checkout@v2
Expand Down

0 comments on commit 47815a1

Please sign in to comment.