Skip to content

Commit a8b32f4

Browse files
ci: fix inheriting secrets when calling other workflow (#45)
1 parent 80bf8ee commit a8b32f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_docs_image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
call-update-image-tag:
8282
name: Call workflow to update Docker image tag in Kubernetes manifests
8383
needs: build-image
84+
secrets: inherit
8485
uses: ./.github/workflows/update_docker_image_tag.yaml
8586
with:
8687
image: ${{ needs.build-image.outputs.image_name }}

0 commit comments

Comments
 (0)