[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): add secrets

Nate Moore (Dec 29, 2024, 12:52 AM -0600) 7fb41f56 10bafc8a

+3
+3
.github/workflows/issue-opened.yml
··· 10 10 issue_opened: 11 11 name: add issue to project 12 12 uses: bombshell-dev/automation/.github/workflows/add-issue-to-project.yml@main 13 + secrets: 14 + BOT_APP_ID: ${{ secrets.BOT_APP_ID }} 15 + BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}