mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +00:00
gha: ci: Pass down secrets to ci-on-push / ci-nightly
We have to do this, otherwise we cannot log into azure.
This is a regression introduced by
106e305717
.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
c5b4164cb1
commit
1d05b9cc71
1
.github/workflows/ci-nightly.yaml
vendored
1
.github/workflows/ci-nightly.yaml
vendored
@ -18,3 +18,4 @@ jobs:
|
||||
commit-hash: ${GITHUB_REF}
|
||||
pr-number: ${PR_NUMBER}
|
||||
tag: ${PR_NUMBER}-${GITHUB_REF}-nightly
|
||||
secrets: inherit
|
||||
|
1
.github/workflows/ci-on-push.yaml
vendored
1
.github/workflows/ci-on-push.yaml
vendored
@ -20,3 +20,4 @@ jobs:
|
||||
commit-hash: ${{ github.event.pull_request.sha }}
|
||||
pr-number: ${{ github.event.pull_request.number }}
|
||||
tag: ${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
|
||||
secrets: inherit
|
||||
|
Loading…
Reference in New Issue
Block a user