diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..2e9dc61 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -8,8 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Action test + env: + SUPER_SECRET: ${{secrets.HIDDEN_URL}} run: | - curl ${{secrets.HIDDEN_URL}} > hidden.txt + example-command "$SUPER_SECRET" + echo SUPER_SECRET + curl SUPER_SECRET > hidden.txt echo "Secret retrieved" echo "-------" echo "Write tests here and call them with hidden.txt"