Skip to content

Commit

Permalink
add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbf9rca authored Sep 12, 2024
1 parent ad3ed75 commit 65feb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
repository: github/actions-oidc-debugger
ref: main
token: ${{ secrets.your-checkout-token }}
token: ${{ github.token }}
path: ./.github/actions/actions-oidc-debugger
- name: Debug OIDC Claims
uses: ./.github/actions/actions-oidc-debugger
Expand Down

0 comments on commit 65feb79

Please sign in to comment.