Skip to content

Commit e2de952

Browse files
ghiscodingcaulfield
authored andcommitted
Update clear-ghost-notifications.yml
1 parent b67ff72 commit e2de952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55

66
jobs:
77
clear:
8-
runs-on: ubuntu-latest # <-- Linux runner
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Mark all notifications as read
1111
env:
12-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
GH_TOKEN: ${{ secrets.GHUB_TOKEN }}
1313
run: |
1414
curl -X PUT \
1515
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)