Skip to content

Commit a4f8503

Browse files
committed
fix secrets
1 parent 07d4acc commit a4f8503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build:
3232
name: build (${{ matrix.branch }})
3333
needs: [compute-matrix]
34+
secrets: inherit
3435
strategy:
3536
fail-fast: false
3637
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
@@ -45,6 +46,7 @@ jobs:
4546
test:
4647
name: test (${{ matrix.branch }})
4748
needs: [compute-matrix, build]
49+
secrets: inherit
4850
strategy:
4951
fail-fast: false
5052
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}

0 commit comments

Comments
 (0)