mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-18 04:08:20 +02:00
chore(upgrade): setup-forgejo@v3.0.0 has FORGEJO_TEST_TOKEN not FORGEJO_TOKEN
This commit is contained in:
parent
6cee17773c
commit
c9e9a405cd
5 changed files with 11 additions and 11 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
uses: https://code.forgejo.org/actions/setup-forgejo@v2.0.13
|
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.0
|
||||||
with:
|
with:
|
||||||
user: testuser
|
user: testuser
|
||||||
password: admin1234
|
password: admin1234
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
uses: https://code.forgejo.org/actions/setup-forgejo@v2.0.13
|
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.0
|
||||||
with:
|
with:
|
||||||
user: testuser
|
user: testuser
|
||||||
password: admin1234
|
password: admin1234
|
||||||
|
|
|
@ -99,7 +99,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: v1.2
|
tag: v1.2
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir
|
release-dir: upload-dir
|
||||||
release-notes: "RELEASE NOTES"
|
release-notes: "RELEASE NOTES"
|
||||||
gpg-private-key: ${{ env.gpg_private_key }}
|
gpg-private-key: ${{ env.gpg_private_key }}
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
tag: v1.2
|
tag: v1.2
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: download-dir
|
release-dir: download-dir
|
||||||
verbose: true
|
verbose: true
|
||||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: v1.1
|
tag: v1.1
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir
|
release-dir: upload-dir
|
||||||
release-notes: "RELEASE NOTES"
|
release-notes: "RELEASE NOTES"
|
||||||
gpg-private-key: ${{ env.gpg_private_key }}
|
gpg-private-key: ${{ env.gpg_private_key }}
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
tag: v1.1
|
tag: v1.1
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: download-dir
|
release-dir: download-dir
|
||||||
verbose: true
|
verbose: true
|
||||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: v1.0
|
tag: v1.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
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: v1.0
|
tag: v1.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
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: v2.0
|
tag: v2.0
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: upload-dir-v2
|
release-dir: upload-dir-v2
|
||||||
release-notes: |-
|
release-notes: |-
|
||||||
No shell expansion should on these notes:
|
No shell expansion should on these notes:
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
tag: v1.0
|
tag: v1.0
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: download-dir
|
release-dir: download-dir
|
||||||
verbose: true
|
verbose: true
|
||||||
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
uses: SELF@vTest
|
uses: SELF@vTest
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
token: FORGEJO_TOKEN
|
token: FORGEJO_TEST_TOKEN
|
||||||
release-dir: download-dir-v2
|
release-dir: download-dir-v2
|
||||||
download-latest: true
|
download-latest: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue