Skip to content

Commit 8071289

Browse files
committed
ci: pass to semantic release github app credentials
1 parent 0575b92 commit 8071289

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
call-reusable-release:
11-
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
11+
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@v0
12+
with:
13+
GH_APP_ID: ${{ vars.GH_APP_SEM_REL_ID }}
1214
secrets:
13-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GH_APP_PEM_FILE: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }}

0 commit comments

Comments
 (0)