Skip to content

Commit dbcae26

Browse files
committed
fix: Add the environment variable
1 parent 4d70be7 commit dbcae26

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)