Skip to content

Commit 2c63ada

Browse files
fix(ci): allow test-python job to inherit secrets
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent fe2ab95 commit 2c63ada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
package-name: ${{ matrix.config.package-name }}
189189
debug_enabled: ${{ needs.set-variables.outputs.debug }}
190190
checkout_ref: ${{ needs.set-variables.outputs.checkout_ref }}
191+
secrets: inherit
191192

192193
test-release-packages:
193194
needs: [set-variables, test-python]

0 commit comments

Comments
 (0)