Add parameter check for Distill to use correct databases #141
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: Create Linear Issue | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| create-linear-issue: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Create Linear Issue | |
| uses: Dev-CasperTheGhost/[email protected] | |
| with: | |
| # from GitHub Secrets within the repo | |
| linear-api-token: ${{ secrets.LINEAR_API_TOKEN }} | |
| team-id: DRAM | |
| state-id: Todo |