From 5da04801e376be655893c09167fb8dd44b7e3e8f Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Mon, 14 Oct 2024 15:17:12 +0100 Subject: [PATCH] Try write permissions. --- .github/workflows/ci-changelog.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci-changelog.yml b/.github/workflows/ci-changelog.yml index d1893536..b275f705 100644 --- a/.github/workflows/ci-changelog.yml +++ b/.github/workflows/ci-changelog.yml @@ -32,19 +32,8 @@ jobs: shell: bash -l {0} permissions: - actions: read - attestations: none - checks: read contents: read - deployments: read - id-token: none - issues: read - packages: none - pages: none - pull-requests: read - repository-projects: none - security-events: none - statuses: none + pull-requests: write if: github.actor != 'pre-commit-ci[bot]' steps: