mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-04-16 20:45:49 +00:00
Compare commits
1 Commits
main
...
renovate/h
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a4818d5d8 |
@@ -71,7 +71,7 @@ runs:
|
|||||||
|
|
||||||
- name: Install timelord-cli and git-warp-time
|
- name: Install timelord-cli and git-warp-time
|
||||||
if: steps.check-binaries.outputs.need-install == 'true'
|
if: steps.check-binaries.outputs.need-install == 'true'
|
||||||
uses: https://github.com/taiki-e/install-action@eea29cff9a2b68892c0845ae3e4f45fc47ee9354 # v2
|
uses: https://github.com/taiki-e/install-action@5939f3337e40968c39aa70f5ecb1417a92fb25a0 # v2
|
||||||
with:
|
with:
|
||||||
tool: git-warp-time,timelord-cli@3.0.1
|
tool: git-warp-time,timelord-cli@3.0.1
|
||||||
|
|
||||||
|
|||||||
@@ -205,5 +205,15 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- merge-maxperf
|
- merge-maxperf
|
||||||
- merge-release
|
- merge-release
|
||||||
secrets: inherit
|
env:
|
||||||
|
BUILTIN_REGISTRY_USER: ${{ vars.BUILTIN_REGISTRY_USER }}
|
||||||
|
BUILTIN_REGISTRY_PASSWORD: ${{ secrets.BUILTIN_REGISTRY_PASSWORD }}
|
||||||
|
GITLAB_USERNAME: ${{ vars.GITLAB_USERNAME }}
|
||||||
|
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
|
||||||
|
N7574_GIT_USERNAME: ${{ vars.N7574_GIT_USERNAME }}
|
||||||
|
N7574_GIT_TOKEN: ${{ secrets.N7574_GIT_TOKEN }}
|
||||||
|
GH_PACKAGES_USER: ${{ vars.GH_PACKAGES_USER }}
|
||||||
|
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||||
|
DOCKER_MIRROR_USER: ${{ vars.DOCKER_MIRROR_USER }}
|
||||||
|
DOCKER_MIRROR_TOKEN: ${{ secrets.DOCKER_MIRROR_TOKEN }}
|
||||||
uses: ./.forgejo/workflows/mirror-images.yml
|
uses: ./.forgejo/workflows/mirror-images.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user