Skip to content

Commit

Permalink
allow GH action to get JWT token for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 15, 2024
1 parent 1d44c48 commit 6275c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
- unit-tests
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install Poetry
Expand Down

0 comments on commit 6275c75

Please sign in to comment.