From 69d721a567957952e9a8f39297155ad018567f4a Mon Sep 17 00:00:00 2001 From: Andrew Neisch Date: Thu, 15 Dec 2022 11:09:12 -0600 Subject: [PATCH] Changes --- .github/workflows/check-ha-release-compatibility.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-ha-release-compatibility.yml b/.github/workflows/check-ha-release-compatibility.yml index 484500ba..be0fbc8a 100644 --- a/.github/workflows/check-ha-release-compatibility.yml +++ b/.github/workflows/check-ha-release-compatibility.yml @@ -62,6 +62,7 @@ jobs: # Tag a release for current state with major stable version publish-release: + permissions: write-all runs-on: ubuntu-latest needs: check-ha-config if: (github.event_name == 'repository_dispatch') && (github.event.client_payload.release_type == 'major') && (github.event.client_payload.branch == 'stable')