diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 615d173541..2ccbabd44c 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -13,6 +13,9 @@ permissions: jobs: ci: uses: ./.github/workflows/ci.yml + # Allow the reused workflow to access the secrets. + # See: https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#passing-inputs-and-secrets-to-a-reusable-workflow + secrets: inherit nightly-release: runs-on: ubuntu-22.04