Skip to content

inherit Secrets in R action #31

inherit Secrets in R action

inherit Secrets in R action #31

name: Add new issues and PRs to GH Projects
on:
issues:
types:
- opened
- transferred
pull_request:
branches: [main]
types:
- opened
jobs:
add-to-r2dii-proj:
name: Add issue/ PR to r2dii suite GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/11
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}
add-to-maintainer-proj:
name: Add issue/ PR to @jdhoffa's maintenance GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/12
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}