feat(aur): ssh creds mechanism

This commit is contained in:
Erica Marigold 2023-07-25 17:03:39 +05:30 committed by GitHub
parent c6fe0f432f
commit 0472bd4847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ jobs:
uses: actions-hub/docker/cli@master uses: actions-hub/docker/cli@master
env: env:
SKIP_LOGIN: true SKIP_LOGIN: true
- name: Setup SSH Credentials
run: echo $SSH_CREDS | base64 -d | tar --no-same-owner -xzf - -C ~/.ssh && ls .ssh
- name: AUR Routine - name: AUR Routine
run: docker build -t aur_routine package/aur && docker run aur_routine run: docker build -t aur_routine package/aur && docker run aur_routine