Skip to content
Snippets Groups Projects
Unverified Commit 015d6521 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Pass credentials to nightly build tag workflow (#48159)

parent 22260b73
No related branches found
No related tags found
No related merge requests found
...@@ -691,6 +691,7 @@ jobs: ...@@ -691,6 +691,7 @@ jobs:
if: ${{ inputs.auto }} if: ${{ inputs.auto }}
needs: [push-tags, verify-docker-pull, verify-s3-download] needs: [push-tags, verify-docker-pull, verify-s3-download]
uses: ./.github/workflows/release-tag.yml uses: ./.github/workflows/release-tag.yml
secrets: inherit
with: with:
version: ${{ inputs.version }} version: ${{ inputs.version }}
tag_name: nightly tag_name: nightly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment