diff --git a/.github/workflows/changelog-release-update.yml b/.github/workflows/changelog-release-update.yml index 31af227..2d7083f 100644 --- a/.github/workflows/changelog-release-update.yml +++ b/.github/workflows/changelog-release-update.yml @@ -4,6 +4,7 @@ name: "Update Changelog" on: release: types: [released] + workflow_dispatch: ~ permissions: pull-requests: write @@ -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