set token from FORGEJO_TOKEN in the test environment

This commit is contained in:
Earl Warren 2023-03-30 16:28:59 +02:00
parent cb070c9a96
commit 25027fcba8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 6 additions and 4 deletions

View file

@ -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