Fix publish workflow Secrets are not passed to reusable workflows by default. Ref: https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#passing-inputs-and-secrets-to-a-reusable-workflow PiperOrigin-RevId: 874040719 Change-Id: Icca60ffc830c576b165d389eaaab3b49a17f137c
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dcd3d16..4bfb509 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml
@@ -25,3 +25,4 @@ uses: ./.github/workflows/publish.yaml with: tag_name: ${{ github.ref_name }} + secrets: inherit