.forgejo: add token
This commit is contained in:
parent
c329b0e26f
commit
2180a9c645
1 changed files with 1 additions and 0 deletions
|
@ -49,5 +49,6 @@ jobs:
|
||||||
url: https://api.ayakael.net
|
url: https://api.ayakael.net
|
||||||
repo: mirrors/zotero
|
repo: mirrors/zotero
|
||||||
tag: ${{ inputs.ref_name }}
|
tag: ${{ inputs.ref_name }}
|
||||||
|
token: ${{ secrets.CODE_FORGEJO_TOKEN }}
|
||||||
release-dir: ./
|
release-dir: ./
|
||||||
release-notes: "This release includes a fully buildable tarball"
|
release-notes: "This release includes a fully buildable tarball"
|
||||||
|
|
Loading…
Reference in a new issue