From d7d0723597960d0566330b192b71c96deb489e8d Mon Sep 17 00:00:00 2001 From: r-freeman Date: Wed, 21 Aug 2024 08:53:19 +0100 Subject: [PATCH] update workflow --- .gitea/workflows/decrypt_secrets.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/decrypt_secrets.yml b/.gitea/workflows/decrypt_secrets.yml index 28a74a8..d0b530f 100644 --- a/.gitea/workflows/decrypt_secrets.yml +++ b/.gitea/workflows/decrypt_secrets.yml @@ -10,7 +10,4 @@ jobs: - name: Decrypt secrets run: ./decrypt_secrets.sh env: - SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} - - name: List files in the repository - run: | - ls -la ${{ gitea.workspace }} \ No newline at end of file + SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} \ No newline at end of file