Skip to content

Commit dd5d7aa

Browse files
authored
fix: use GIT_PASS to deploy docs to GH
1 parent 1214496 commit dd5d7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
npm ci
2222
npm run deploy
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.SWA_CLI_DEPLOY_DOCS_GH_PAGES }}
24+
GIT_PASS: ${{ secrets.SWA_CLI_DEPLOY_DOCS_GH_PAGES }}
2525
GIT_USER: "manekinekko"

0 commit comments

Comments
 (0)