diff --git a/.gitea/workflows/second.yaml b/.gitea/workflows/second.yaml index 2dc697d..7bfa75c 100644 --- a/.gitea/workflows/second.yaml +++ b/.gitea/workflows/second.yaml @@ -5,13 +5,4 @@ jobs: print-variables_asd: runs-on: ubuntu-latest steps: - env: - SECRET5: ${{ secrets.SECRET1 }} - - run: | - if [ -n "$SECRET5" ]; then - echo "secret is here" - else - echo "secret missing" - exit 1 - fi - run: echo ${{github.action}}