mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
feat(aur): ssh creds mechanism
This commit is contained in:
parent
c6fe0f432f
commit
0472bd4847
1 changed files with 4 additions and 1 deletions
3
.github/workflows/aur.yml
vendored
3
.github/workflows/aur.yml
vendored
|
@ -20,5 +20,8 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue