Skip to content

Commit f7c2f31

Browse files
committed
fix: Pass in the GitHub token correctly
1 parent 588f342 commit f7c2f31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify-commits.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
with:
1414
allowed-signers-file-path: ./.github/allowed_signers
1515
fail-on-unverified: true
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)