Fix secret name

Secrets starting `GITHUB_` aren't allowed, so swapped over to this name
This commit is contained in:
JP Hastings-Edrei 2024-07-16 21:59:25 +01:00 committed by GitHub
parent a404a86f37
commit 85e9a2cb07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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