mirror of
https://github.com/greenshot/greenshot
synced 2025-07-06 04:52:16 -07:00
changed token
This commit is contained in:
parent
262307e61e
commit
15d5888090
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-gh-pages.yml
vendored
2
.github/workflows/update-gh-pages.yml
vendored
|
@ -13,6 +13,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
|
-H "Authorization: Bearer ${{ secrets.GH_PAGES_TOKEN }}" \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
https://api.github.com/repos/${{ github.repository }}/pages/builds
|
https://api.github.com/repos/${{ github.repository }}/pages/builds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue