Skip to content

Commit 7971a53

Browse files
committed
[gh workflow] Shuffle where we set the github token env var
1 parent af71e20 commit 7971a53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-remote.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
workflow_call:
55
workflow_dispatch:
66

7+
env:
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9+
710
jobs:
811
rbe-small-tests:
912
name: RBE - Small Tests
1013
uses: ./.github/workflows/bazel.yml
11-
env:
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1314
with:
1415
name: Cache
1516
cache-key: java

0 commit comments

Comments
 (0)