diff --git a/.gitea/workflows/decrypt_secrets.yml b/.gitea/workflows/decrypt_secrets.yml index 0f821be..492ae7b 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 secrets + run: cat ./secrets - name: List files in the repository run: | ls ${{ gitea.workspace }} \ No newline at end of file