Skip to content

Commit bc8cd3c

Browse files
committed
ci: fix workflow
1 parent b9a256d commit bc8cd3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/format-code.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
uses: ad-m/[email protected]
3434
with:
3535
branch: ${{ github.ref }}
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
force: true
37+
force_with_lease: true
38+
github_token: ${{ secrets.ADMIN }}

0 commit comments

Comments
 (0)