diff --git a/.github/workflows/ci-nightly.yaml b/.github/workflows/ci-nightly.yaml index 81380a7d14..16f8d16d6a 100644 --- a/.github/workflows/ci-nightly.yaml +++ b/.github/workflows/ci-nightly.yaml @@ -18,3 +18,4 @@ jobs: commit-hash: ${GITHUB_REF} pr-number: ${PR_NUMBER} tag: ${PR_NUMBER}-${GITHUB_REF}-nightly + secrets: inherit diff --git a/.github/workflows/ci-on-push.yaml b/.github/workflows/ci-on-push.yaml index d5549d458b..418d046505 100644 --- a/.github/workflows/ci-on-push.yaml +++ b/.github/workflows/ci-on-push.yaml @@ -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