We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d4acc commit a4f8503Copy full SHA for a4f8503
.github/workflows/nightly.yaml
@@ -31,6 +31,7 @@ jobs:
31
build:
32
name: build (${{ matrix.branch }})
33
needs: [compute-matrix]
34
+ secrets: inherit
35
strategy:
36
fail-fast: false
37
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
@@ -45,6 +46,7 @@ jobs:
45
46
test:
47
name: test (${{ matrix.branch }})
48
needs: [compute-matrix, build]
49
50
51
52
0 commit comments