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"
|
||||
run: |
|
||||
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"
|
||||
uses: crazy-max/ghaction-github-runtime@v1
|
||||
|
Reference in New Issue
Block a user