Skip to content

Fix issue where you have to click twice for connecting to an external CRO #7

Fix issue where you have to click twice for connecting to an external CRO

Fix issue where you have to click twice for connecting to an external CRO #7

name: Add issues to Project Management dashboard
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.TOPOLOGY_APP_ID }}
private-key: ${{ secrets.TOPOLOGY_APP_PEM }}
- uses: actions/[email protected]
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
with:
project-url: https://github.com/orgs/topology-foundation/projects/1
github-token: ${{ steps.generate-token.outputs.token }}