Skip to content

Commit e6be7a4

Browse files
committed
chore(ci): add missing action run url environment variable
1 parent 3cfbaa4 commit e6be7a4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/cargo_build_common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ on:
4747

4848
env:
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"

.github/workflows/cargo_test_ntt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
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 != '' }}

.github/workflows/hpu_hlapi_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
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

0 commit comments

Comments
 (0)