release-tags: needs write permissions to id-token for oidc authentication (#199)

This commit is contained in:
Cole Helbling 2023-01-19 08:53:32 -08:00 committed by GitHub
parent 17062e678a
commit e406c2dcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write # In order to upload artifacts to GitHub releases
id-token: write # In order to request a JWT for AWS auth
steps:
- name: Checkout
uses: actions/checkout@v3