mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
ci: 💚 Inherit secrets in mirror workflow
This commit is contained in:
parent
cd5ef61ce5
commit
4552d3712b
3
.github/workflows/mirror.yml
vendored
3
.github/workflows/mirror.yml
vendored
|
|
@ -3,5 +3,4 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
uses: versia-pub/.github/.github/workflows/mirror.yml@main
|
uses: versia-pub/.github/.github/workflows/mirror.yml@main
|
||||||
secrets:
|
secrets: inherit
|
||||||
CODEBERG_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue