Skip to content

Commit

Permalink
generate id token
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Aug 9, 2024
1 parent 7d14f9f commit ebeb441
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: git ls-files -z | xargs -0 -- codespell
- name: Store GitHub Token
run: echo ${{ secrets.GITHUB_TOKEN }} > /tmp/token
- name: Generate ID Token
run: |
curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=not-my-board" | jq -r '.value'
- name: Setup upterm session
uses: lhotari/action-upterm@v1
test:
Expand Down

0 comments on commit ebeb441

Please sign in to comment.