Skip to content

Commit 94c3b0c

Browse files
committed
chore(maintenance_scripts: release_plugin): use separate ssh key for aur
1 parent 6905185 commit 94c3b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintenance_scripts/release_plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo
2727
if [[ "${answer}" = "y" ]] ; then
2828
git add PKGBUILD .SRCINFO
2929
git commit -m "push version (${release_msg})"
30-
git push origin HEAD
30+
GIT_SSH_COMMAND="ssh -i ~/.ssh/aur" git push origin HEAD
3131
fi
3232

3333
cd -

0 commit comments

Comments
 (0)