We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef76218 commit 98893b1Copy full SHA for 98893b1
.github/workflows/bb-ci-module.yml
@@ -71,6 +71,7 @@ jobs:
71
test-integration:
72
needs: ["build", "check"]
73
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
74
+ secrets: inherit
75
with:
76
cache-path: |
77
${{ inputs.module }}/cache
@@ -86,6 +87,7 @@ jobs:
86
87
test-invariant:
88
89
90
91
92
93
0 commit comments