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

View File

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

View File

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