Skip to content

Commit 48359fa

Browse files
authored
Update pospell-on-demand.yml
1 parent 4660c60 commit 48359fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pospell-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-X POST \
1919
-d '{"content":"+1"}' \
2020
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
21-
-H "Authorization: token ${{github.token}}"
21+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
2222
- uses: actions/checkout@v3
2323
- name: Preparar Python v3.10
2424
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)