Separate color styles into separate file and create component specific tokens #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 Project to Issue | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| add: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| with: | |
| # You can target a project in a different organization | |
| # to the issue | |
| project-url: https://github.com/orgs/AlaskaAirlines/projects/19 | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |