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')