mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-08-30 20:51: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:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: a/v3.0
|
tag: a/v3.0
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir
|
release-dir: upload-dir
|
||||||
release-notes: "RELEASE NOTES"
|
release-notes: "RELEASE NOTES"
|
||||||
verbose: true
|
verbose: true
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: a/v3.0
|
tag: a/v3.0
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir
|
release-dir: upload-dir
|
||||||
release-notes-assistant: true
|
release-notes-assistant: true
|
||||||
hide-archive-link: true
|
hide-archive-link: true
|
||||||
|
|
Loading…
Reference in a new issue