From 015d6521cdf5dfcb4fc94e8db369fcd2b8847dd0 Mon Sep 17 00:00:00 2001 From: Ryan Laurie <30528226+iethree@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:21:34 -0600 Subject: [PATCH] Pass credentials to nightly build tag workflow (#48159) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f0587b15bb..ee13322d4ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -691,6 +691,7 @@ jobs: if: ${{ inputs.auto }} needs: [push-tags, verify-docker-pull, verify-s3-download] uses: ./.github/workflows/release-tag.yml + secrets: inherit with: version: ${{ inputs.version }} tag_name: nightly -- GitLab