Skip to content

Commit af471ab

Browse files
committed
Only use PAT to push
1 parent 5aa4044 commit af471ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3
30-
with:
31-
token: ${{ secrets.PAT }}
32-
persist-credentials: true
3330

3431
- name: Setup Node 20.x
3532
uses: actions/setup-node@v3
@@ -68,3 +65,5 @@ jobs:
6865
git add -A ./output
6966
git commit -m "Update specification output"
7067
git push
68+
with:
69+
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)