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 b8b8985 commit c7de654Copy full SHA for c7de654
.github/workflows/clear-ghost-notifications.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Mark all notifications as read
11
env:
12
- GH_TOKEN: ${{ secrets.GHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
13
run: |
14
curl -X PUT \
15
-H "Accept: application/vnd.github+json" \
0 commit comments