Skip to content

Commit 12c29cd

Browse files
GHA: fix secrets in release action
workflow did not have access to sercets to push documentation Signed-off-by: Robert Gałat <[email protected]>
1 parent 99ed514 commit 12c29cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-push-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build_documentation:
1313
needs: [build_samples]
1414
uses: ./.github/workflows/publish_documentation.yml
15+
secrets: inherit
1516
with:
1617
documentation_tag: ${{ github.ref_name }}
1718
publish_to_prod: true

0 commit comments

Comments
 (0)