Reframing FirstNet information #94
This file contains 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
# Add secret GH_PROJECT (the Project's ID) and allow org-wide secret GH_PROJECTS_TOKEN to the repo | |
name: Add Issues to Project | |
on: | |
issues: | |
types: [opened, transferred] | |
jobs: | |
add-to-project-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }} | |
github-token: ${{ secrets.GH_PROJECTS_TOKEN }} |