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 4660c60 commit 48359faCopy full SHA for 48359fa
.github/workflows/pospell-on-demand.yml
@@ -18,7 +18,7 @@ jobs:
18
-X POST \
19
-d '{"content":"+1"}' \
20
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
21
- -H "Authorization: token ${{github.token}}"
+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
22
- uses: actions/checkout@v3
23
- name: Preparar Python v3.10
24
uses: actions/setup-python@v4
0 commit comments