From 0b53296aafadff66c5224838d143b7cc32328ffb Mon Sep 17 00:00:00 2001 From: Gideon Date: Sun, 8 Mar 2026 12:45:57 +0100 Subject: [PATCH] ci: fix release.yml Committed via https://github.com/asottile/all-repos --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e02c04..4f58cb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: create_release: name: Create release runs-on: ubuntu-latest + permissions: + contents: write # for creating the release steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2