Skip to content

Commit 57e7244

Browse files
committed
fix environment variable passing
1 parent d953bad commit 57e7244

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
9494
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
9595
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96+
BAZEL_LOG_FILE: bazel-logs/bazel_${{ github.workflow }}_${{ github.run_id }}.log
9697
SE_AVOID_STATS: true
9798
steps:
9899
- name: Checkout source tree

.github/workflows/ci-rbe.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- trunk
88
workflow_dispatch:
99

10-
env:
11-
BAZEL_LOG_FILE: bazel-logs/bazel_${{ github.workflow }}_${{ github.run_id }}.log
12-
1310
jobs:
1411
format:
1512
name: Format

0 commit comments

Comments
 (0)