Skip to content

Commit

Permalink
set secrets inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent 6aaee06 commit 3e8f149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ jobs:
uses: ./.github/workflows/container-build.yml
with:
build-version: dev
tags: "${{ github.head_ref }}, banana"
tags: "${{ github.head_ref }}"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/publish-latest-dev-release-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
with:
build-version: ${{ github.ref_name }}
tags: "main, latest"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/publish-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ jobs:
with:
build-version: ${{ github.ref_name }}
tags: "${{ github.ref_name }}, stable, latest"
secrets: inherit

0 comments on commit 3e8f149

Please sign in to comment.