mirror of
https://github.com/containers/skopeo.git
synced 2025-06-26 14:52:36 +00:00
Merge pull request #2574 from Luap99/github
.github: check_cirrus_cron work around github bug
This commit is contained in:
commit
c5ccf21893
7
.github/workflows/check_cirrus_cron.yml
vendored
7
.github/workflows/check_cirrus_cron.yml
vendored
@ -17,4 +17,9 @@ jobs:
|
|||||||
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
||||||
call_cron_failures:
|
call_cron_failures:
|
||||||
uses: containers/podman/.github/workflows/check_cirrus_cron.yml@main
|
uses: containers/podman/.github/workflows/check_cirrus_cron.yml@main
|
||||||
secrets: inherit
|
secrets:
|
||||||
|
SECRET_CIRRUS_API_KEY: ${{secrets.SECRET_CIRRUS_API_KEY}}
|
||||||
|
ACTION_MAIL_SERVER: ${{secrets.ACTION_MAIL_SERVER}}
|
||||||
|
ACTION_MAIL_USERNAME: ${{secrets.ACTION_MAIL_USERNAME}}
|
||||||
|
ACTION_MAIL_PASSWORD: ${{secrets.ACTION_MAIL_PASSWORD}}
|
||||||
|
ACTION_MAIL_SENDER: ${{secrets.ACTION_MAIL_SENDER}}
|
||||||
|
Loading…
Reference in New Issue
Block a user