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 6e3976c commit b8b8985Copy full SHA for b8b8985
.github/workflows/clear-ghost-notifications.yml
@@ -5,11 +5,11 @@ on:
5
6
jobs:
7
clear:
8
- runs-on: ubuntu-latest # <-- Linux runner
+ runs-on: ubuntu-latest
9
steps:
10
- name: Mark all notifications as read
11
env:
12
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GHUB_TOKEN }}
13
run: |
14
curl -X PUT \
15
-H "Accept: application/vnd.github+json" \
0 commit comments