Skip to content

[Housekeeping] Fix actions in fork repo #4

[Housekeeping] Fix actions in fork repo

[Housekeeping] Fix actions in fork repo #4

name: Release Drafter
on:
push:
branches:
- main
jobs:
update-release-draft:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Generate Thuliusz token
uses: actions/create-github-app-token@v2.2.1
id: app-token
with:
app-id: ${{ secrets.THULIUSZ_APP_ID }}
private-key: ${{ secrets.THULIUSZ_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- uses: release-drafter/release-drafter@v6.3.0
with:
config-name: release-drafter-microservice.yml
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}