App Store Connect API key content - always fails with [!] invalid curve name (OpenSSL::PKey::ECError) #92
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |