mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-08-29 20:21:02 +00:00
fix(ci): s/FORGEJO_TOKEN/FORGEJO_TEST_TOKEN/
This commit is contained in:
parent
47387821e5
commit
4c6f19bc61
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
direction: upload
|
||||
tag: a/v3.0
|
||||
token: FORGEJO_TOKEN
|
||||
token: FORGEJO_TEST_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
verbose: true
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
with:
|
||||
direction: upload
|
||||
tag: a/v3.0
|
||||
token: FORGEJO_TOKEN
|
||||
token: FORGEJO_TEST_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes-assistant: true
|
||||
hide-archive-link: true
|
||||
|
|
Loading…
Reference in a new issue