Skip to content

test: workflow with add PR in project #4

test: workflow with add PR in project

test: workflow with add PR in project #4

Workflow file for this run

on:
push:
branches:
- develop
jobs:
demo_app_authentication:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: 882683
private-key: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}
- name: Add PR or issue to Modern GitOps Stack project board
uses: actions/[email protected]
with:
project-url: https://github.com/users/GersonRS/projects/2
github-token: ${{ steps.generate_token.outputs.token }}
labeled: bug, needs-triage
label-operator: NOT