Skip to content

Commit

Permalink
Pass secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Wilson Wu <iwilsonwu@gmail.com>
  • Loading branch information
wilsonwu committed Dec 18, 2023
1 parent 75d2f99 commit 73591fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ env:
GOLANG_VERSION: '1.21'

jobs:
call-workflow-passing-data:
uses: argoproj-labs/rollouts-plugin-trafficrouter-contour/.github/workflows/main.yml@main
with:
config-path: .github/workflows/main.yml
secrets: inherit # <= this one

init-variable:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 73591fa

Please sign in to comment.