Skip to content

Commit da568a1

Browse files
committed
fix: macos code signing
Signed-off-by: Adam Setch <[email protected]>
1 parent 90dc337 commit da568a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
name: Build
3131
uses: ./.github/workflows/build.yml
3232
needs: tests
33+
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
name: Publish
2020
uses: ./.github/workflows/publish.yml
2121
needs: tests
22+
secrets: inherit
2223
permissions:
2324
contents: write

0 commit comments

Comments
 (0)