We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0575b92 commit 8071289Copy full SHA for 8071289
.github/workflows/semantic-release.yaml
@@ -8,6 +8,8 @@ on:
8
9
jobs:
10
call-reusable-release:
11
- uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
+ uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@v0
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