Skip to content

Commit 8856446

Browse files
committed
ci(deploy-test.yml): add env
1 parent cdcd222 commit 8856446

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: mkdocs build
3232

3333
- name: Check Deployment
34+
env:
35+
GH_TOKEN: ${{ github.token }}
3436
run: |
3537
if [ -d "site" ]; then
3638
echo "Deploy would have succeeded!"

0 commit comments

Comments
 (0)