fix
This commit is contained in:
parent
4663fe482d
commit
3bf166590d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/aur.yml
vendored
3
.github/workflows/aur.yml
vendored
|
|
@ -26,7 +26,8 @@ jobs:
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "$AUR_SSH_KEY" > ~/.ssh/id_ed25519
|
echo "$AUR_SSH_KEY" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts
|
echo "aur.archlinux.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuBKrPzbawxA/k2g6NcyV5jmqwJ2s+zpgZGZ7tpLIhd" >> ~/.ssh/known_hosts
|
||||||
|
git config --global safe.directory "$GITHUB_WORKSPACE"
|
||||||
git config user.name "Barrett Ruth"
|
git config user.name "Barrett Ruth"
|
||||||
git config user.email "barrettruth@gmail.com"
|
git config user.email "barrettruth@gmail.com"
|
||||||
git remote add aur ssh://aur@aur.archlinux.org/sioyek-dev.git
|
git remote add aur ssh://aur@aur.archlinux.org/sioyek-dev.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue