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