From 5122fc246b0edb45454277d13518918b63c80043 Mon Sep 17 00:00:00 2001 From: jemeza-codegen Date: Tue, 25 Feb 2025 15:05:18 -0800 Subject: [PATCH] chore: allowing gha to write docs to develop branch --- .github/workflows/auto-release.yml | 2 +- .github/workflows/generate-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index fc12462c9..0c0f6f70e 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -66,7 +66,7 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PAT_TOKEN }} branch: ${{ github.ref }} release: diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 30d804c92..75f47e78b 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -32,5 +32,5 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PAT_TOKEN }} branch: ${{ github.ref }}