feat: pin check action
Some checks failed
Some checks failed
This commit is contained in:
parent
67480bf24d
commit
344d04c78c
2 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 10 * * 0"
|
- cron: "0 10 * * 0"
|
||||||
|
push:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi
|
REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi
|
||||||
|
|
@ -17,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: check
|
- id: check
|
||||||
uses: https://git.weddingfactory.eu/cmwedding/wheels@check-action
|
uses: https://git.weddingfactory.eu/cmwedding/wheels@b582c02a8cf5dc7bdb3f028e1774dc2646ee17c8
|
||||||
with:
|
with:
|
||||||
pypi-base-url: ${{ env.REPOSITORY_URL }}
|
pypi-base-url: ${{ env.REPOSITORY_URL }}
|
||||||
pypi-package: psycopg2
|
pypi-package: psycopg2
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 10 * * 0"
|
- cron: "0 10 * * 0"
|
||||||
|
push:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi
|
REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi
|
||||||
|
|
@ -17,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: check
|
- id: check
|
||||||
uses: https://git.weddingfactory.eu/cmwedding/wheels@check-action
|
uses: https://git.weddingfactory.eu/cmwedding/wheels@b582c02a8cf5dc7bdb3f028e1774dc2646ee17c8
|
||||||
with:
|
with:
|
||||||
pypi-base-url: ${{ env.REPOSITORY_URL }}
|
pypi-base-url: ${{ env.REPOSITORY_URL }}
|
||||||
pypi-package: pycairo
|
pypi-package: pycairo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue