Skip to content

Commit

Permalink
[build] pass auth from calling workflow to the called workflow to rel…
Browse files Browse the repository at this point in the history
…ease Selenium Manager artifacts
  • Loading branch information
titusfortner committed Dec 28, 2023
1 parent d70d3a0 commit 7922d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-rust.yml
Expand Up @@ -2,6 +2,9 @@ name: CI - Rust

on:
workflow_call:
secrets:
SELENIUM_CI_TOKEN:
required: true
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -101,6 +101,8 @@ jobs:
name: Rust
needs: check
uses: ./.github/workflows/ci-rust.yml
secrets:
SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
if: >
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' ||
Expand Down

0 comments on commit 7922d42

Please sign in to comment.