Skip to content

Commit

Permalink
Ci/fix pr permission (#37)
Browse files Browse the repository at this point in the history
* ci: add pull-requests permissions

* ci: add on workflow dispatch
  • Loading branch information
theissenhelen authored Aug 16, 2024
1 parent 687e9dc commit 76aed29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changelog-release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: "Update Changelog"
on:
release:
types: [released]
workflow_dispatch: ~

permissions:
pull-requests: write
Expand All @@ -17,6 +18,8 @@ jobs:
# updated CHANGELOG back to the repository.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write
pull-requests: read
statuses: write

steps:
- name: Checkout code
Expand Down

0 comments on commit 76aed29

Please sign in to comment.