flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

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

fix: wire NPM_TOKEN to NODE_AUTH_TOKEN, restore --provenance

+2 -1
+2 -1
.github/workflows/npm-publish.yml
··· 52 52 53 53 - name: Build + publish 54 54 env: 55 + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} 55 56 PACKAGE: ${{ inputs.package }} 56 57 TAG: ${{ inputs.tag }} 57 58 VERSION: ${{ inputs.version }} ··· 70 71 pnpm --filter "$pkg" run "$build_cmd" 71 72 fi 72 73 73 - pnpm --filter "$pkg" exec npm publish --access public --tag "$TAG" 74 + pnpm --filter "$pkg" exec npm publish --provenance --access public --tag "$TAG" 74 75 } 75 76 76 77 case "$PACKAGE" in