mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-27 15:38:21 +02:00
fix(ci): s/FORGEJO_TOKEN/FORGEJO_TEST_TOKEN/ (#64)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/64 Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
47387821e5
commit
d051ae27b2
4 changed files with 19 additions and 29 deletions
|
@ -98,7 +98,7 @@ jobs:
|
|||
uses: SELF@vTest
|
||||
with:
|
||||
direction: upload
|
||||
tag: v1.2
|
||||
tag: v1.3
|
||||
token: FORGEJO_TEST_TOKEN
|
||||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
|
@ -109,7 +109,7 @@ jobs:
|
|||
uses: SELF@vTest
|
||||
with:
|
||||
direction: download
|
||||
tag: v1.2
|
||||
tag: v1.3
|
||||
token: FORGEJO_TEST_TOKEN
|
||||
release-dir: download-dir
|
||||
verbose: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue