diff --git a/.gitea/workflows/decrypt_secrets.yml b/.gitea/workflows/decrypt_secrets.yml index b8d4ae6..a04042d 100644 --- a/.gitea/workflows/decrypt_secrets.yml +++ b/.gitea/workflows/decrypt_secrets.yml @@ -15,4 +15,7 @@ jobs: # Ensure you remove any print statements of your secrets. GitHub does # not hide secrets that use this workaround. - name: Test printing your secret (Remove this step in production) - run: cat ./.env \ No newline at end of file + run: cat ./.env + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} \ No newline at end of file