Skip to content

Commit 46bfa6b

Browse files
committed
update workflow
1 parent ba34b67 commit 46bfa6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create_pr_to_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
uvx --from github-rest-api@latest create_pull_request \
1717
--head-branch ${{ github.ref_name }} \
1818
--base-branch main \
19-
--token ${{ secrets.GITHUBACTIONS }}
19+
--token ${{ secrets.ACTIONS_TOKEN }}
2020

.github/workflows/remove_branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uvx --from github-rest-api@latest remove_branch \
1616
--repo ${{ github.repository }} \
1717
--pattern '^(?!main$)' \
18-
--token ${{ secrets.GITHUBACTIONS }}
18+
--token ${{ secrets.ACTIONS_TOKEN }}

0 commit comments

Comments
 (0)