tests: fix remaining tests due to secrets

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-05-28 13:50:28 -07:00
parent 1e1b28e1de
commit 868fd018f4
15 changed files with 66 additions and 134 deletions

View File

@@ -89,12 +89,6 @@ jobs:
mkdir ~/.dagger
echo "$DAGGER_AGE_KEY" > ~/.dagger/keys.txt
- name: Import PGP private key
env:
SOPS_PGP_KEY: ${{ secrets.SOPS_PGP_KEY }}
run: |
echo "$SOPS_PGP_KEY" | base64 -d | gpg --import
- name: Login to Docker Hub
uses: docker/login-action@v1
with: