Skip to content

GHA: Debug notarization issue #1

GHA: Debug notarization issue

GHA: Debug notarization issue #1

name: Check Notarization

Check failure on line 1 in .github/workflows/check-notarization.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-notarization.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
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 }}