From e406c2dcd342966f917be2fff27351ea7f464c79 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 19 Jan 2023 08:53:32 -0800 Subject: [PATCH] release-tags: needs write permissions to id-token for oidc authentication (#199) --- .github/workflows/release-tags.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 6043e4a..e55de53 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -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