Skip to content

Commit

Permalink
GHA: Debug notarization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Nov 17, 2023
1 parent ca93ab0 commit dc985bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-notarization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check Notarization

on:
workflow_dispatch:
inputs:
id:
description: Notarization ID
required: true
type: string

jobs:

eclipse-distro-build:
runs-on: macos-latest
steps:
name: Notarization Logs
run: |
xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AC_PASSWORD }}

0 comments on commit dc985bd

Please sign in to comment.