diff --git a/.github/workflows/ci-nightly.yaml b/.github/workflows/ci-nightly.yaml index 81380a7d1..16f8d16d6 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 d5549d458..418d04650 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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ceef41fc..faec7fca4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,5 +72,5 @@ jobs: needs: build-kata-static-tarball-amd64 uses: ./.github/workflows/run-metrics.yaml with: - tarball-suffix: -${{ inputs.tag }}-amd64 + tarball-suffix: -${{ inputs.tag }} commit-hash: ${{ inputs.commit-hash }}