We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9932fb commit b57b25bCopy full SHA for b57b25b
1 file changed
.github/workflows/semantic-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Create GitHub App token
30
uses: actions/create-github-app-token@v3
31
id: gh-app-token
32
- if: ${{ inputs.GH_APP_ID && secrets.GH_APP_PEM_FILE }}
+ if: ${{ inputs.GH_APP_ID != '' }}
33
with:
34
app-id: ${{ inputs.GH_APP_ID }}
35
private-key: ${{ secrets.GH_APP_PEM_FILE }}
0 commit comments