ci: add write permissions to changelog workflow

This commit is contained in:
Eric 2024-02-10 08:32:29 +11:00
parent 2d6ead6245
commit a71a7c39cd
No known key found for this signature in database

View File

@ -9,6 +9,8 @@ jobs:
generate:
name: Generate changelog
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Checkout
uses: actions/checkout@v3