Skip to content

Commit abe6b8d

Browse files
authored
fix: Remove GITHUB_TOKEN from commit-check workflow
Removed GITHUB_TOKEN environment variable for self test.
1 parent 74063e9 commit abe6b8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/commit-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Required for merge-base checks
1818
- uses: ./ # self test
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed for PR comments
2119
with:
2220
message: true
2321
branch: true

0 commit comments

Comments
 (0)