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