We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f6811 commit 939166dCopy full SHA for 939166d
action.yml
@@ -47,6 +47,8 @@ runs:
47
48
# Verifying artifact attestations
49
gh attestation verify commit_check-*.whl -R commit-check/commit-check
50
+ env:
51
+ GH_TOKEN: ${{ github.token }}
52
- name: Run commit-check
53
shell: bash
54
run: python3 ${{ github.action_path }}/main.py
0 commit comments