[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.

Update preview.yml to include permissions (#492)

authored by

Nate Moore and committed by
GitHub
(Mar 17, 2026, 11:07 PM EDT) 97ab747a fe32e137

+5
+5
.github/workflows/preview.yml
··· 7 7 pull_request: 8 8 workflow_dispatch: 9 9 10 + 10 11 jobs: 11 12 preview: 12 13 if: github.repository_owner == 'bombshell-dev' 13 14 uses: bombshell-dev/automation/.github/workflows/preview.yml@main 15 + permissions: 16 + contents: write 17 + pull-requests: write 18 + id-token: write 14 19 with: 15 20 publish: "./packages/*" 16 21 template: "./examples/*"