diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c46e2aa..e1450a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,5 +28,7 @@ jobs: steps: - name: Debug tag output + env: + TEST_SECRET: ${{ secrets.TEST_SECRET}} run: | - echo "test secret: ${{ secrets.TEST_SECRET }}" \ No newline at end of file + echo "test secret: $TEST_SECRET" \ No newline at end of file