Skip to content

Commit f7406db

Browse files
committed
Add bors environment to CI
This will be used to access secrets once we move off rust-lang-ci.
1 parent 28174fc commit f7406db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
needs: [ calculate_matrix ]
7474
runs-on: "${{ matrix.os }}"
7575
timeout-minutes: 360
76+
environment: ${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/auto') && 'bors') || '' }}
7677
env:
7778
CI_JOB_NAME: ${{ matrix.name }}
7879
CI_JOB_DOC_URL: ${{ matrix.doc_url }}

0 commit comments

Comments
 (0)