Skip to content

Commit 73601c0

Browse files
Update security-bot.yml
1 parent 1162520 commit 73601c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Lock and Flag"
3737
if: env.MATCH_FOUND == 'true'
3838
env:
39-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4040
ISSUE_URL: ${{ github.event.issue.html_url }}
4141
COMMENT_ID: ${{ github.event.comment.id }}
4242
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: "Report to Watchdog"
5151
if: env.MATCH_FOUND == 'true'
5252
env:
53-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5454
# Path to your private forensic repo
5555
WATCHDOG_REPO: "DeveloperTryingToCodeLikeOtherOfThem/workflow-testing"
5656
run: |

0 commit comments

Comments
 (0)