Skip to content

Design: Implement UC Branding (Blue/Gold/White) #2

Design: Implement UC Branding (Blue/Gold/White)

Design: Implement UC Branding (Blue/Gold/White) #2

name: Add to Project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add_to_project:
name: Add to Project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# The URL of the GitHub Project
project-url: https://github.com/orgs/UC-OSPO-Network/projects/1
# THIS IS CRITICAL: You must create this secret in your repo settings!
# The default GITHUB_TOKEN cannot typically access Org-level projects.
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}