There was an error while loading. Please reload this page.
1 parent 6db8e36 commit be5cf8fCopy full SHA for be5cf8f
1 file changed
.github/workflows/release-drafter.yml
@@ -11,6 +11,16 @@ jobs:
11
contents: write
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Generate Thuliusz token
15
+ uses: actions/create-github-app-token@v2.2.1
16
+ id: app-token
17
+ with:
18
+ app-id: ${{ secrets.THULIUSZ_APP_ID }}
19
+ private-key: ${{ secrets.THULIUSZ_PRIVATE_KEY }}
20
+ owner: ${{ github.repository_owner }}
21
+
22
- uses: release-drafter/release-drafter@v6.3.0
23
24
+ config-name: release-drafter-microservice.yml
25
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
+ GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments