Skip to content

Commit c7de654

Browse files
authored
Update clear-ghost-notifications.yml
1 parent b8b8985 commit c7de654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clear-ghost-notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Mark all notifications as read
1111
env:
12-
GH_TOKEN: ${{ secrets.GHUB_TOKEN }}
12+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1313
run: |
1414
curl -X PUT \
1515
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)