ci: Fix key copying
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
parent
e47148ba64
commit
b84a273f45
2
.github/workflows/test-universe.yml
vendored
2
.github/workflows/test-universe.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: "Import Dagger private key"
|
- name: "Import Dagger private key"
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.config/sops/age
|
mkdir -p ~/.config/sops/age
|
||||||
echo ./tests/age_key.txt ~/.config/sops/age/keys.txt
|
cp ./tests/age_key.txt ~/.config/sops/age/keys.txt
|
||||||
|
|
||||||
- name: "Expose GitHub Runtime"
|
- name: "Expose GitHub Runtime"
|
||||||
uses: crazy-max/ghaction-github-runtime@v1
|
uses: crazy-max/ghaction-github-runtime@v1
|
||||||
|
Reference in New Issue
Block a user