forked from mirrors/ntfy
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:
|
||||
repository: binwiederhier/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
|
||||
run: make docs
|
||||
|
|
Loading…
Reference in a new issue