Design: Implement UC Branding (Blue/Gold/White) #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |