mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-23 10:12:38 +01:00
Rename secret token
This commit is contained in:
parent
b92b5b37fb
commit
adda27ec57
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docs.yaml
vendored
4
.github/workflows/docs.yaml
vendored
|
@ -13,7 +13,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: binwiederhier/ntfy-docs.github.io
|
repository: binwiederhier/ntfy-docs.github.io
|
||||||
path: build/ntfy-docs.github.io
|
path: build/ntfy-docs.github.io
|
||||||
token: ${{secrets.NTFY_DOCS_PUBLISH_TOKEN}}
|
token: ${{secrets.NTFY_DOCS_PUSH_TOKEN}}
|
||||||
|
# Expires after 1 year, re-generate via
|
||||||
|
# User -> Settings -> Developer options -> Personal Access Tokens -> Fine Grained Token
|
||||||
-
|
-
|
||||||
name: Build docs
|
name: Build docs
|
||||||
run: make docs
|
run: make docs
|
||||||
|
|
Loading…
Reference in a new issue