mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 21:05:34 +03:00
Merge pull request 'chore(release): also copy the release to code.forgejo.org' (#5732) from earl-warren/forgejo:wip-mirror into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5732 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
5614719e0a
1 changed files with 18 additions and 0 deletions
|
@ -59,6 +59,24 @@ jobs:
|
||||||
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
verbose: ${{ vars.VERBOSE }}
|
verbose: ${{ vars.VERBOSE }}
|
||||||
|
|
||||||
|
- name: get trigger mirror issue
|
||||||
|
id: mirror
|
||||||
|
uses: https://code.forgejo.org/infrastructure/issue-action/get@v1.1.0
|
||||||
|
with:
|
||||||
|
forgejo: https://code.forgejo.org
|
||||||
|
repository: forgejo/forgejo
|
||||||
|
labels: mirror-trigger
|
||||||
|
|
||||||
|
- name: trigger the mirror
|
||||||
|
uses: https://code.forgejo.org/infrastructure/issue-action/set@v1.1.0
|
||||||
|
with:
|
||||||
|
forgejo: https://code.forgejo.org
|
||||||
|
repository: forgejo/forgejo
|
||||||
|
token: ${{ secrets.LABEL_ISSUE_FORGEJO_MIRROR_TOKEN }}
|
||||||
|
numbers: ${{ steps.mirror.outputs.numbers }}
|
||||||
|
label-wait-if-exists: 3600
|
||||||
|
label: trigger
|
||||||
|
|
||||||
- name: upgrade v*.next.forgejo.org
|
- name: upgrade v*.next.forgejo.org
|
||||||
uses: https://code.forgejo.org/infrastructure/next-digest@v1.1.0
|
uses: https://code.forgejo.org/infrastructure/next-digest@v1.1.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue