Skip to content

Commit f25e48a

Browse files
committed
fix: fix credentials in workflows
1 parent 35ab85c commit f25e48a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v6
29-
with:
30-
persist-credentials: false
3129

3230
- uses: ./setup-node-and-install
3331

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Create pull request with updates
3232
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
3333
with:
34+
token: ${{ secrets.GH_PAT }}
3435
commit-message: 'docs: auto-update documentation with latest action metadata'
3536
title: >-
3637
docs: auto-update documentation with latest action metadata

0 commit comments

Comments
 (0)