Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 16, 2023
1 parent 2ef77c2 commit f661b60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reuse_aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
run: |
echo "Importing SSH ley..."
mkdir ~/.ssh
echo print id rsa
echo "${{ secrets.ID_RSA }}"
echo print id rsa after base64
echo "${{ secrets.ID_RSA }}" | base64
echo "${{ secrets.ID_RSA }}" | base64 -d > ~/.ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
echo "Updating ~/.ssh/known_hosts..."
ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts
chmod 700 ~/.ssh
Expand All @@ -35,6 +31,10 @@ jobs:
cat ~/.ssh/id_rsa
echo "Step completed"
- name: Check SSH
run: |
cat ~/.ssh/id_rsa
- name: Checkout AUR
run: |
git clone ssh://aur@aur.archlinux.org/figma-linux.git ./aur
Expand Down

0 comments on commit f661b60

Please sign in to comment.