We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56aa385 commit 8b5de51Copy full SHA for 8b5de51
.github/workflows/semantic-release.yaml
@@ -9,5 +9,7 @@ on:
9
jobs:
10
call-reusable-release:
11
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
12
+ with:
13
+ GH_APP_ID: ${{ vars.GH_APP_SEM_REL_ID }}
14
secrets:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+ GH_APP_PEM_FILE: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }}
0 commit comments