Skip to content

Commit 7922d42

Browse files
committed
[build] pass auth from calling workflow to the called workflow to release Selenium Manager artifacts
1 parent d70d3a0 commit 7922d42

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI - Rust
22

33
on:
44
workflow_call:
5+
secrets:
6+
SELENIUM_CI_TOKEN:
7+
required: true
58
workflow_dispatch:
69

710
jobs:

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
name: Rust
102102
needs: check
103103
uses: ./.github/workflows/ci-rust.yml
104+
secrets:
105+
SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
104106
if: >
105107
github.event_name == 'schedule' ||
106108
github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)