Skip to content

Commit 56b1366

Browse files
committed
switch token used for format job
1 parent a7e90b1 commit 56b1366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: ⬇️ Checkout repo
1919
uses: actions/checkout@v4
2020
with:
21-
token: ${{ secrets.FORMAT_PAT }}
21+
# checkout using a custom token so that we can push later on
22+
token: ${{ secrets.GITHUB_TOKEN }}
2223

2324
- name: ⎔ Setup node
2425
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)