[READ-ONLY] Mirror of https://github.com/bombshell-dev/automation. GitHub Actions for the Bombshell organization
ci
0

Configure Feed

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

Remove NPM_TOKEN from publish workflow (#6)

Remove NPM_TOKEN from workflow secrets since we're using trusted
publishing now

authored by

Nate Moore and committed by
GitHub
(Mar 2, 2026, 5:31 PM EST) 950d20fb 7735a2ca

-4
-4
.github/workflows/publish.yml
··· 3 3 on: 4 4 workflow_call: 5 5 secrets: 6 - NPM_TOKEN: 7 - description: 'A token for publishing to the NPM registry' 8 - required: true 9 6 BOT_APP_ID: 10 7 description: 'The GitHub App ID for authenticating with the GitHub API' 11 8 required: true ··· 66 63 setupGitUser: false 67 64 env: 68 65 GITHUB_TOKEN: ${{ steps.bot-token.outputs.token }} 69 - NPM_TOKEN: ${{ secrets.NPM_TOKEN }}