diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 176cee5..c4f8897 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -19,6 +19,9 @@ jobs: uses: actions-hub/docker/cli@master env: 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 run: docker build -t aur_routine package/aur && docker run aur_routine