Skip to content

App Store Connect API key content - always fails with [!] invalid curve name (OpenSSL::PKey::ECError) #92

App Store Connect API key content - always fails with [!] invalid curve name (OpenSSL::PKey::ECError)

App Store Connect API key content - always fails with [!] invalid curve name (OpenSSL::PKey::ECError) #92

Workflow file for this run

name: Assign triage label to new tickets and add to project board
on:
issues:
types: [opened]
jobs:
assignTriagenAndAddToProject:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v1
- name: "Add triage label"
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: triage
- name: "Assign issues to project board"
uses: srggrs/[email protected]
with:
project: 'https://github.com/orgs/microsoft/projects/48'
column_name: 'Backlog'