Skip to content

Commit 1ab86e2

Browse files
committed
Remove ssh-agent from deploy step
1 parent 7147088 commit 1ab86e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ jobs:
3232
git config user.email "[email protected]"
3333
git add -A .
3434
git commit -qm "API Guidelines @ ${{github.repository}}@${REV}"
35-
eval `ssh-agent`
36-
ssh-add - <<< "$deploy_key"
3735
git push -q upstream HEAD:refs/heads/gh-pages-test --force

0 commit comments

Comments
 (0)