1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-10-08 18:13:28 +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:
Fabiano Fidêncio
2023-07-07 11:57:31 +02:00
parent c5b4164cb1
commit 1d05b9cc71
2 changed files with 2 additions and 0 deletions

@@ -18,3 +18,4 @@ jobs:
commit-hash: ${GITHUB_REF}
pr-number: ${PR_NUMBER}
tag: ${PR_NUMBER}-${GITHUB_REF}-nightly
secrets: inherit

@@ -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