Skip to content

Commit

Permalink
added id token
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-sinha_atko committed Oct 28, 2024
1 parent d9dbec5 commit 859bc5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

permissions:
contents: write
id-token: write # This is required for requesting the JWT

### TODO: Replace instances of './.github/workflows/' w/ `auth0/dx-sdk-actions/workflows/` and append `@latest` after the common `dx-sdk-actions` repo is made public.
### TODO: Also remove `get-prerelease`, `get-release-notes`, `get-version`, `maven-publish`, `release-create`, and `tag-exists` actions from this repo's .github/actions folder once the repo is public.
Expand All @@ -21,7 +22,7 @@ jobs:
uses: ./.github/workflows/rl-secure.yml
with:
java-version: 8.0.382-tem
artifact-name: 'mvc-auth-commons-${{ steps.get_version.outputs.version }}.jar'
artifact-name: 'mvc-auth-commons.jar'
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down

0 comments on commit 859bc5b

Please sign in to comment.