From d948117390e687d2d96a60ec099eb55e7e9090ce Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 20 Aug 2024 21:55: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 edefe5c..97247f6 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: ./decrypt_secret.sh + run: bash decrypt_secret.sh env: SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} # This command is just an example to show your secret being printed