chore(upgrade): setup-forgejo@v3.0.0 has FORGEJO_TEST_TOKEN not FORGEJO_TOKEN (#60)
Some checks are pending
/ integration (push) Waiting to run

https://code.forgejo.org/actions/setup-forgejo/releases/tag/v3.0.0
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/60
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-07-07 08:46:23 +00:00 committed by earl-warren
parent 6cee17773c
commit 382ebd2ba5
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
5 changed files with 11 additions and 11 deletions

View file

@ -99,7 +99,7 @@ jobs:
with:
direction: upload
tag: v1.2
token: FORGEJO_TOKEN
token: FORGEJO_TEST_TOKEN
release-dir: upload-dir
release-notes: "RELEASE NOTES"
gpg-private-key: ${{ env.gpg_private_key }}
@ -110,7 +110,7 @@ jobs:
with:
direction: download
tag: v1.2
token: FORGEJO_TOKEN
token: FORGEJO_TEST_TOKEN
release-dir: download-dir
verbose: true
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}