From 76720aabcbaab1f4e33e36ec1a4c26e77d347fe3 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 20 Aug 2024 22:14:16 +0100 Subject: [PATCH] update workflow --- .gitea/workflows/decrypt_secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/decrypt_secrets.yml b/.gitea/workflows/decrypt_secrets.yml index 19b7246..0f821be 100644 --- a/.gitea/workflows/decrypt_secrets.yml +++ b/.gitea/workflows/decrypt_secrets.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Test printing your secret (Remove this step in production) - run: cat ${{ gitea.workspace }}/secrets + run: cat secrets - name: List files in the repository run: | ls ${{ gitea.workspace }} \ No newline at end of file