Skip to content

Commit 9060417

Browse files
committed
fix: add admin token
1 parent b0503ae commit 9060417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v2
16+
with:
17+
token: ${{secrets.GH_ADMIN_TOKEN}}
1618
- name: Fetch tags
1719
run: git fetch --tags
1820
- name: setup-node

0 commit comments

Comments
 (0)