Skip to content

Commit ddcdff8

Browse files
hvadehrarules_java Copybara
authored andcommitted
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
1 parent d3280ec commit ddcdff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
uses: ./.github/workflows/publish.yaml
2626
with:
2727
tag_name: ${{ github.ref_name }}
28+
secrets: inherit

0 commit comments

Comments
 (0)