Skip to content

Commit f4ac5f7

Browse files
committed
Remove token
1 parent 896bd47 commit f4ac5f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
needs.lint.result == 'success'
7777
uses: actions/github-script@v7
7878
with:
79-
github-token: ${{ secrets.GITHUB_TOKEN }}
8079
script: |
8180
github.rest.repos.createCommitStatus({
8281
owner: context.repo.owner,
@@ -93,7 +92,6 @@ jobs:
9392
needs.lint.result == 'failure'
9493
uses: actions/github-script@v7
9594
with:
96-
github-token: ${{ secrets.GITHUB_TOKEN }}
9795
script: |
9896
github.rest.repos.createCommitStatus({
9997
owner: context.repo.owner,

0 commit comments

Comments
 (0)