Skip to content

Commit

Permalink
Update token
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jan 3, 2025
1 parent 9e2a003 commit 7013c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PR_BOT_PAT }}
commit-message: "Update frontend to v${{ github.event.inputs.version }}"
title: "Frontend Update: v${{ github.event.inputs.version }}"
body: |
Expand Down

0 comments on commit 7013c05

Please sign in to comment.