diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3765e3a6d40cb..71189185050df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: RUNNER_CONTEXT: ${{ toJSON(runner) }} run: | mkdir contexts - echo '${{ toJSON(github) }}' | nix-shell -p jq --command "jq 'del(.token)' > contexts/github.json" + echo "$GITHUB_CONTEXT" | nix-shell -p jq --command "jq 'del(.token)' > contexts/github.json" echo "$RUNNER_CONTEXT" > contexts/runner.json - name: Upload context metadata as artifact uses: actions/upload-artifact@v4