Skip to content

Commit ffa3138

Browse files
Copilotbroofa
andauthored
fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)
* Initial plan * fix: use GITHUB_TOKEN for release-please and add --provenance to npm publish Co-authored-by: broofa <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: broofa <[email protected]>
1 parent 0423d49 commit ffa3138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: googleapis/release-please-action@v4
2424
id: release
2525
with:
26-
token: ${{ secrets.UUID_RELEASE_PLEASE_TOKEN }}
26+
token: ${{ secrets.GITHUB_TOKEN }}
2727
release-type: node
2828

2929
- run: echo "Release created?... ${{ steps.release.outputs.release_created }}"
@@ -43,5 +43,5 @@ jobs:
4343
- run: npm test
4444
if: ${{ steps.release.outputs.release_created }}
4545

46-
- run: npm publish
46+
- run: npm publish --provenance
4747
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)