Skip to content

Commit d23a7e0

Browse files
committed
Add altool passwords at notarization time
1 parent d3030ff commit d23a7e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ jobs:
227227
228228
# Notarization can only run if secrets were set (upstream repo)
229229
- name: Notarize
230+
env:
231+
ALTOOL_PASSWORD: ${{ secrets.ALTOOL_PASSWORD }}
232+
ALTOOL_PW_LABEL: ${{ secrets.ALTOOL_PW_LABEL }}
230233
if: matrix.options.platform == 'macOS' && env.APPLE_ID
231234
run: ./scripts/notarize.sh $BUILD_DIR/KTX-Software-*.pkg $APPLE_ID $DEVELOPMENT_TEAM $ALTOOL_PASSWORD
232235

0 commit comments

Comments
 (0)