Skip to content

Commit be5cf8f

Browse files
committed
[Housekeeping] Fix actions in fork repo
1 parent 6db8e36 commit be5cf8f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ jobs:
1111
contents: write
1212
runs-on: ubuntu-latest
1313
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+
1422
- uses: release-drafter/release-drafter@v6.3.0
23+
with:
24+
config-name: release-drafter-microservice.yml
1525
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)