Skip to content

Consider adding status.address.url in CR #8

Consider adding status.address.url in CR

Consider adding status.address.url in CR #8

name: Add Issues to Model Registry ODH board Project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate github-app token
id: app-token
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.DEVOPS_APP_ID }}
private_key: ${{ secrets.DEVOPS_APP_PRIVATE_KEY }}
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/opendatahub-io/projects/49
github-token: ${{ steps.app-token.outputs.token }}