Skip to content

Commit afa2ff2

Browse files
authored
fix(demo-build): fix demo build deployment (#6030)
1 parent 0f86080 commit afa2ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docsDeploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
with:
2121
ref: demo
2222
- name: Deploy
23+
uses: nicoinch/[email protected]
2324
env:
24-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
25+
GH_TOKEN: ${{ secrets.GH_PAT }}
2526
run: |
2627
npm install --silent
2728
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)