Skip to content

Commit ca01a67

Browse files
committed
Add token to auto update
1 parent a78f20f commit ca01a67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
with:
16+
token: ${{ secrets.UPDATE_PAT }}
1517
- name: Setup Node.js environment
1618
uses: actions/setup-node@v1
1719
with:

0 commit comments

Comments
 (0)