From 46bfa6b6e705cf94546354ee700c56971779482c Mon Sep 17 00:00:00 2001 From: Ben Du Date: Tue, 23 Jun 2026 09:22:45 -0700 Subject: [PATCH] update workflow --- .github/workflows/create_pr_to_main.yaml | 2 +- .github/workflows/remove_branch.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_pr_to_main.yaml b/.github/workflows/create_pr_to_main.yaml index 4023831..2589443 100644 --- a/.github/workflows/create_pr_to_main.yaml +++ b/.github/workflows/create_pr_to_main.yaml @@ -16,5 +16,5 @@ jobs: uvx --from github-rest-api@latest create_pull_request \ --head-branch ${{ github.ref_name }} \ --base-branch main \ - --token ${{ secrets.GITHUBACTIONS }} + --token ${{ secrets.ACTIONS_TOKEN }} diff --git a/.github/workflows/remove_branch.yaml b/.github/workflows/remove_branch.yaml index 90a38e6..473d92d 100644 --- a/.github/workflows/remove_branch.yaml +++ b/.github/workflows/remove_branch.yaml @@ -15,4 +15,4 @@ jobs: uvx --from github-rest-api@latest remove_branch \ --repo ${{ github.repository }} \ --pattern '^(?!main$)' \ - --token ${{ secrets.GITHUBACTIONS }} + --token ${{ secrets.ACTIONS_TOKEN }}