mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-06-08 03:58:19 +02:00
set token from FORGEJO_TOKEN in the test environment
This commit is contained in:
parent
cb070c9a96
commit
25027fcba8
3 changed files with 6 additions and 4 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
with:
|
||||
direction: upload
|
||||
tag: v1.0
|
||||
token: FORGEJO_TOKEN
|
||||
doer: testuser
|
||||
release-dir: upload-dir
|
||||
release-notes: "RELEASE NOTES"
|
||||
|
@ -19,6 +20,7 @@ jobs:
|
|||
with:
|
||||
direction: download
|
||||
tag: v1.0
|
||||
token: FORGEJO_TOKEN
|
||||
doer: testuser
|
||||
release-dir: download-dir
|
||||
verbose: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue