Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add new issue/PR to project #119

Add new issue/PR to project

Add new issue/PR to project #119

Workflow file for this run

name: Add new issue/PR to project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@36464acb844fc53b9b8b2401da68844f6b05ebb0
with:
app_id: ${{ secrets.CCCL_AUTH_APP_ID }}
private_key: ${{ secrets.CCCL_AUTH_APP_PEM }}
- name: Add to Project
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/NVIDIA/projects/6
github-token: ${{ env.TOKEN }}