Skip to content

Commit 6db0e58

Browse files
updating secret in docs build workflow 📚 (#29)
1 parent 84272fe commit 6db0e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
mkdir -p ~/.ssh
2121
ssh-keyscan github.com >> ~/.ssh/known_hosts
22-
echo "${{ secrets.GH_PAGES_DEPLOY }}" > ~/.ssh/id_rsa
22+
echo "${{ secrets.VN_GH_PAGES_DEPLOY }}" > ~/.ssh/id_rsa
2323
chmod 600 ~/.ssh/id_rsa
2424
cat <<EOT >> ~/.ssh/config
2525
Host github.com

0 commit comments

Comments
 (0)