File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 uses : ConductorOne/baton-regression/.github/workflows/regression.yml@main
8585 with :
8686 connector : ${{ inputs.connector }}
87- secrets : inherit
87+ secrets :
88+ RELENG_GITHUB_TOKEN : ${{ secrets.RELENG_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ jobs:
159159 with:
160160 ref: ${{ github.event.pull_request.head.sha || github.sha }}
161161 connector: baton-okta # optional: enables regression testing
162- secrets: inherit
162+ secrets:
163+ RELENG_GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }}
163164` ` `
164165
165166| Parameter | Required | Default | Description |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Calls the [baton-regression](https://github.com/ConductorOne/baton-regression) r
31315 . Uploads verification reports as artifacts
32326 . Posts a summary with coverage metrics
3333
34- The regression job requires ` secrets: inherit ` in the caller workflow so that ` RELENG_GITHUB_TOKEN ` flows through for private repo access.
34+ The regression job requires ` RELENG_GITHUB_TOKEN ` to be passed from the caller workflow for private repo access.
3535
3636## Inputs
3737
6666 uses : ConductorOne/github-workflows/.github/workflows/verify.yaml@v4
6767 with :
6868 ref : ${{ github.event.pull_request.head.sha || github.sha }}
69- secrets : inherit
69+ secrets :
70+ RELENG_GITHUB_TOKEN : ${{ secrets.RELENG_GITHUB_TOKEN }}
7071` ` `
7172
7273### With regression testing
7879 with :
7980 ref : ${{ github.event.pull_request.head.sha || github.sha }}
8081 connector : baton-okta
81- secrets : inherit
82+ secrets :
83+ RELENG_GITHUB_TOKEN : ${{ secrets.RELENG_GITHUB_TOKEN }}
8284` ` `
8385
8486### Skip tests
9092 with :
9193 ref : ${{ github.event.pull_request.head.sha || github.sha }}
9294 run_tests : false
93- secrets : inherit
95+ secrets :
96+ RELENG_GITHUB_TOKEN : ${{ secrets.RELENG_GITHUB_TOKEN }}
9497` ` `
9598
9699## Controlling Regression per Connector
You can’t perform that action at this time.
0 commit comments