fix: ssh creds impl

This commit is contained in:
Erica Marigold 2023-07-25 17:19:55 +05:30 committed by GitHub
parent fac619f3be
commit 76e3c9e7c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,9 +19,9 @@ jobs:
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
- run: echo $SSH_CREDS
- name: Setup SSH Credentials
run: echo $SSH_CREDS | base64 -d | tar -xzvf - -C ~/ssh_creds
run: base64 -d ${{ secrets.SSH_CREDS }} | tar -xzvf - -C ~/ssh_creds
- name: AUR Routine
run: docker build -t aur_routine package/aur && docker run aur_routine