We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1162520 commit 73601c0Copy full SHA for 73601c0
1 file changed
.github/workflows/security-bot.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: "Lock and Flag"
37
if: env.MATCH_FOUND == 'true'
38
env:
39
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
40
ISSUE_URL: ${{ github.event.issue.html_url }}
41
COMMENT_ID: ${{ github.event.comment.id }}
42
run: |
@@ -50,7 +50,7 @@ jobs:
50
- name: "Report to Watchdog"
51
52
53
54
# Path to your private forensic repo
55
WATCHDOG_REPO: "DeveloperTryingToCodeLikeOtherOfThem/workflow-testing"
56
0 commit comments