ci: Fix key copying

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
Marcos Lilljedahl 2022-03-30 19:05:42 -03:00
parent e47148ba64
commit b84a273f45

View File

@ -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