Skip to content

Commit 1d71bba

Browse files
committed
Merge branch 'release-next'
2 parents b3ec8ba + fd17d66 commit 1d71bba

File tree

93 files changed

+5602
-4116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5602
-4116
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
outputs:
2222
published_packages: ${{ steps.changesets.outputs.publishedPackages }}
2323
published: ${{ steps.changesets.outputs.published }}
24+
permissions:
25+
contents: write # enable pushing changes to the origin
26+
id-token: write # enable generation of an ID token for publishing
27+
pull-requests: write # enable opening a PR for the release
2428
steps:
2529
- name: ⬇️ Checkout repo
2630
uses: actions/checkout@v5
@@ -62,6 +66,7 @@ jobs:
6266
createGithubReleases: false
6367
env:
6468
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
NPM_CONFIG_PROVENANCE: true
6570
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6671

6772
find_package_version:
@@ -96,4 +101,7 @@ jobs:
96101
name: 📝 Comment on related issues and pull requests
97102
if: github.repository == 'remix-run/react-router' && github.ref_name != 'release-v6' && needs.find_package_version.outputs.package_version != ''
98103
needs: [release, find_package_version]
104+
permissions:
105+
issues: write # enable commenting on released issues
106+
pull-requests: write # enable commenting on released pull requests
99107
uses: ./.github/workflows/release-comments.yml

0 commit comments

Comments
 (0)