From c42afd2ce2b68ab91fbf81eb35356a02f062e12a Mon Sep 17 00:00:00 2001 From: Andrew Neisch Date: Thu, 15 Dec 2022 11:05:15 -0600 Subject: [PATCH] Changes --- .github/workflows/check-ha-release-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-ha-release-compatibility.yml b/.github/workflows/check-ha-release-compatibility.yml index 731b3239..484500ba 100644 --- a/.github/workflows/check-ha-release-compatibility.yml +++ b/.github/workflows/check-ha-release-compatibility.yml @@ -70,7 +70,7 @@ jobs: - name: Push Tag uses: laputansoft/github-tag-action@v4.6 with: - github_token: ${{ env.github-token }} + github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.client_payload.version }} - name: Create Release id: create_release