mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Fix secret name
Secrets starting `GITHUB_` aren't allowed, so swapped over to this name
This commit is contained in:
parent
a404a86f37
commit
85e9a2cb07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
with:
|
||||
repository: by-jp/byjp.fyi
|
||||
path: ./byjp.fyi
|
||||
token: ${{ secrets.GITHUB_PAT }}
|
||||
token: ${{ secrets.SHORTLINK_REPO_PAT }}
|
||||
- name: Update blog shortlinks
|
||||
working-directory: ./byjp.fyi
|
||||
run: cat ../new_redirects | tools/redirects/update-shortlinks.bash
|
||||
|
|
Loading…
Reference in a new issue