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