diff --git a/.github/workflows/gh-release-drafter.yml b/.github/workflows/gh-release-drafter.yml index e8b7f83..28ddb8c 100644 --- a/.github/workflows/gh-release-drafter.yml +++ b/.github/workflows/gh-release-drafter.yml @@ -25,6 +25,11 @@ env: jobs: release: runs-on: ubuntu-latest + permissions: + # actions/checkout@v4 + contents: read + # thollander/actions-comment-pull-request@v2 + pull-requests: write steps: - uses: actions/checkout@v4 with: