forked from lix-project/lix-installer
release-tags: needs write permissions to id-token for oidc authentication (#199)
This commit is contained in:
parent
17062e678a
commit
e406c2dcd3
1
.github/workflows/release-tags.yml
vendored
1
.github/workflows/release-tags.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue