From 3c264ee2883114b09ec67826d95a9c3dca9be060 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 20 Aug 2024 22:16:02 +0100 Subject: [PATCH] update workflow --- .gitea/workflows/decrypt_secrets.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/decrypt_secrets.yml b/.gitea/workflows/decrypt_secrets.yml index 492ae7b..07441eb 100644 --- a/.gitea/workflows/decrypt_secrets.yml +++ b/.gitea/workflows/decrypt_secrets.yml @@ -11,13 +11,8 @@ jobs: run: ./decrypt_secrets.sh env: SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} - - PrintSecrets: - needs: DecryptSecrets - runs-on: ubuntu-latest - steps: - - name: Test printing your secret (Remove this step in production) - run: cat ./secrets - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} \ No newline at end of file + - name: Test printing your secret (Remove this step in production) + run: cat ./secrets + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} \ No newline at end of file