Changelog #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Changelog | |
on: | |
workflow_dispatch: | |
release: | |
types: | |
- created | |
jobs: | |
changelog: | |
runs-on: ubuntu-latest | |
permissions: | |
# Give the default GITHUB_TOKEN write permission. | |
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/ | |
contents: write | |
timeout-minutes: 5 | |
steps: | |
- name: "Generate release changelog" | |
uses: janheinrichmerker/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- uses: stefanzweifel/[email protected] | |
with: | |
commit_message: Auto update markdown TOC |