Skip to content

Commit ac68057

Browse files
committed
CI mac: correctly pass secrets
With the rework in the commit a1a1671 (Mar 6), the secrets were not passed (not inherited by default).
1 parent d803928 commit ac68057

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,14 @@ jobs:
5656
Ubuntu:
5757
needs: prepare
5858
uses: ./.github/workflows/linux.yml
59+
secrets: inherit
5960

6061
macOS:
6162
needs: prepare
6263
uses: ./.github/workflows/macos.yml
64+
secrets: inherit
6365

6466
Windows:
6567
needs: prepare
6668
uses: ./.github/workflows/windows.yml
69+
secrets: inherit

0 commit comments

Comments
 (0)