From 6600d31bbeb3ca4f63a3a904bddacf41b17d9816 Mon Sep 17 00:00:00 2001 From: Victor Quinn Date: Wed, 29 May 2024 17:49:46 -0400 Subject: [PATCH] Attempt to fix GITHUB_TOKEN --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96142a8..803624e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,6 +62,8 @@ jobs: - name: Push tags to repository if: env.new_version == 'true' + env: + GITHUB_TOKEN: ${{ secrets.GH_PAT }} run: | git tag v${{ env.version }} git push origin --tags