Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 2, 2023
1 parent 0f05b2b commit 75ff6a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
token: ${{ secrets.WAGMI_BOT_GITHUB_TOKEN }}

- name: Install dependencies
uses: ./.github/actions/install-dependencies
Expand All @@ -26,7 +28,7 @@ jobs:
commit_message: "chore: format"
commit_user_name: "wagmi-sh"
commit_user_email: "[email protected]"
push_options: '--force'
push_options: --force

build:
name: Build
Expand Down

0 comments on commit 75ff6a1

Please sign in to comment.