diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..3fc30d3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,14 +3,16 @@ name: Run Tests on: [push, pull_request] +env: + sec : ${{secrets.HIDDEN_URL}} jobs: yolo: runs-on: ubuntu-latest steps: - name: Action test run: | - curl ${{secrets.HIDDEN_URL}} > hidden.txt - echo "Secret retrieved" + curl sec > hidden.txt + echo "Secret retrieved" + sec echo "-------" echo "Write tests here and call them with hidden.txt" echo "TODO"