From ef54da35ec44161a5334a228f7f03ec406f1ea14 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 20 Aug 2024 21:56:38 +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 97247f6..b8d4ae6 100644 --- a/.gitea/workflows/decrypt_secrets.yml +++ b/.gitea/workflows/decrypt_secrets.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Decrypt secrets - run: bash decrypt_secret.sh + run: ./decrypt_secrets.sh env: SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} # This command is just an example to show your secret being printed