File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4747
4848env :
4949 CARGO_TERM_COLOR : always
50+ ACTION_RUN_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
5051 RUSTFLAGS : " -C target-cpu=native"
5152 RUST_BACKTRACE : " full"
5253 RUST_MIN_STACK : " 8388608"
Original file line number Diff line number Diff line change 99
1010env :
1111 CARGO_TERM_COLOR : always
12+ ACTION_RUN_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
1213 IS_PULL_REQUEST : ${{ github.event_name == 'pull_request' }}
1314 CHECKOUT_TOKEN : ${{ secrets.REPO_CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
1415 SECRETS_AVAILABLE : ${{ secrets.JOB_SECRET != '' }}
Original file line number Diff line number Diff line change 99
1010env :
1111 CARGO_TERM_COLOR : always
12+ ACTION_RUN_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
1213 IS_PULL_REQUEST : ${{ github.event_name == 'pull_request' }}
1314 CHECKOUT_TOKEN : ${{ secrets.REPO_CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
1415 # Secrets will be available only to zama-ai organization members
You can’t perform that action at this time.
0 commit comments