Skip to content

Commit

Permalink
Merge pull request #87 from yamada-ui/fix/bot-token
Browse files Browse the repository at this point in the history
Updated token in sync workflow
  • Loading branch information
hirotomoyamada authored Aug 20, 2024
2 parents a7646f2 + bc9ced9 commit a9e9548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
base: main
delete-branch: true
commit-message: "ci(changesets): updated dependencies"
Expand Down

0 comments on commit a9e9548

Please sign in to comment.