Skip to content

mentioning any role crashes webhook logs #39

mentioning any role crashes webhook logs

mentioning any role crashes webhook logs #39

name: Issues Project Management
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Get App Token
uses: actions/create-github-app-token@v1.6.1
id: generate_token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/Qbox-project/projects/4
github-token: ${{ steps.generate_token.outputs.token }}