Skip to content

Commit 9df50fa

Browse files
Update Security-Notification.yml
Update secrets.DEPENDABOT_PAT secrets.
1 parent 12694f4 commit 9df50fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Security-Notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check for Recent Alerts
1515
env:
1616
# Use a PAT instead of the default token
17-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GH_TOKEN: ${{ secrets.DEPENDABOT_PAT }}
1818
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1919
run: |
2020
# 1. Calculate time 65 minutes ago

0 commit comments

Comments
 (0)