Skip to content

Commit 939166d

Browse files
authored
Update action.yml to add GH_TOKEN
1 parent b4f6811 commit 939166d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ runs:
4747
4848
# Verifying artifact attestations
4949
gh attestation verify commit_check-*.whl -R commit-check/commit-check
50+
env:
51+
GH_TOKEN: ${{ github.token }}
5052
- name: Run commit-check
5153
shell: bash
5254
run: python3 ${{ github.action_path }}/main.py

0 commit comments

Comments
 (0)