We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70d3a0 commit 7922d42Copy full SHA for 7922d42
.github/workflows/ci-rust.yml
@@ -2,6 +2,9 @@ name: CI - Rust
2
3
on:
4
workflow_call:
5
+ secrets:
6
+ SELENIUM_CI_TOKEN:
7
+ required: true
8
workflow_dispatch:
9
10
jobs:
.github/workflows/ci.yml
@@ -101,6 +101,8 @@ jobs:
101
name: Rust
102
needs: check
103
uses: ./.github/workflows/ci-rust.yml
104
105
+ SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
106
if: >
107
github.event_name == 'schedule' ||
108
github.event_name == 'workflow_dispatch' ||
0 commit comments