mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-06 14:10:02 +00:00
CI: Update name of token
This commit is contained in:
parent
a78570c99a
commit
422eb43e50
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- run: "./bin/build-site.sh"
|
- run: "./bin/build-site.sh"
|
||||||
- run: "./bin/ci-push.sh"
|
- run: "./bin/ci-push.sh"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_PUSH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUBPUSHTOKEN }}
|
||||||
build-tiddlywiki-com:
|
build-tiddlywiki-com:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/tiddlywiki-com'
|
if: github.ref == 'refs/heads/tiddlywiki-com'
|
||||||
@ -71,4 +71,4 @@ jobs:
|
|||||||
- run: "./bin/build-site.sh"
|
- run: "./bin/build-site.sh"
|
||||||
- run: "./bin/ci-push.sh"
|
- run: "./bin/ci-push.sh"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_PUSH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUBPUSHTOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user