From 1770228e80a903c771f5d8d430c034eaff778cc1 Mon Sep 17 00:00:00 2001 From: Kyle Kemp Date: Fri, 8 Sep 2023 08:06:18 -0500 Subject: [PATCH] what about this --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0a499ad..fdd0b09 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -55,6 +55,6 @@ jobs: - name: Push Changelogs uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PUSH_TO_REPO_TOKEN }} branch: ${{ github.ref }} tags: true