[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

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

chore(ci): update permissions

Nate Moore (Mar 2, 2026, 6:01 PM EST) 582cd8eb f09dfaee

+12 -2
+3
.github/workflows/format.yml
··· 11 11 if: github.repository_owner == 'bombshell-dev' 12 12 uses: bombshell-dev/automation/.github/workflows/format.yml@main 13 13 secrets: inherit 14 + permissions: 15 + contents: write 16 + pull-requests: write
+5 -1
.github/workflows/preview.yml
··· 9 9 if: github.repository_owner == 'bombshell-dev' 10 10 uses: bombshell-dev/automation/.github/workflows/preview.yml@main 11 11 secrets: inherit 12 + permissions: 13 + contents: write 14 + pull-requests: write 15 + id-token: write 12 16 with: 13 - publish: '.' 17 + publish: "."
+4 -1
.github/workflows/publish.yaml
··· 11 11 if: github.repository_owner == 'bombshell-dev' 12 12 uses: bombshell-dev/automation/.github/workflows/publish.yml@main 13 13 secrets: inherit 14 - 14 + permissions: 15 + contents: write 16 + pull-requests: write 17 + id-token: write