Skip to content

Commit 49aac8c

Browse files
baywetCopilot
andcommitted
ci: skip release-please job when secret is not defined
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bb477b0 commit 49aac8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121

2222
jobs:
2323
release:
24+
if: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM != '' }}
2425
runs-on: ubuntu-latest
2526
steps:
2627
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)