Skip to content

Separate color styles into separate file and create component specific tokens #2

Separate color styles into separate file and create component specific tokens

Separate color styles into separate file and create component specific tokens #2

Workflow file for this run

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 }}