From fcb6436689a77f601ee106373e3c0990447243cf Mon Sep 17 00:00:00 2001 From: Zach Radlicz Date: Fri, 9 May 2025 11:03:45 -0500 Subject: [PATCH] using PAT instead of GITHUB_TOKEN --- .github/workflows/release-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 7150bca..629f9fe 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -69,7 +69,7 @@ jobs: if: steps.compile.outputs.firmware-version-updated == 'true' uses: ad-m/github-push-action@v0.6.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ADMIN_TOKEN }} branch: ${{ github.ref }} - name: Create archive of target directory