diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b16df9b..7d0ecd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,6 @@ jobs: steps: - name: Build on env: - TEST_SECRET: ${{ secrets.TEST_SECRET}} + TEST_SECRET: ${{ env.MY_VAR}} run: | echo "test secret: ${TEST_SECRET:0:4}" \ No newline at end of file