Skip to content

Commit f5d9d1f

Browse files
authored
adjustments to npm publish workflow for OIDC publishing (#28)
* adjustments to npm publish workflow for OIDC publishing * empty changeset
1 parent 604392c commit f5d9d1f

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.changeset/nothing-to-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# It's what we use to set up tools in CI.
44

55
[tools]
6-
node = "22.16.0"
6+
node = "24.13.0"
77

88
[env]
99
# Put binaries from npm-installed packages on PATH (eg `changeset`).

.github/workflows/release-pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
release:
1010
name: Release
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
id-token: write
1216
steps:
1317
- name: Checkout Repo
1418
uses: actions/checkout@v4
@@ -24,4 +28,4 @@ jobs:
2428
version: npm run changeset-version
2529
env:
2630
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
NPM_TOKEN: ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/apollo-server-integrations/apollo-server-integration-express4"
9+
"url": "git+https://github.com/apollo-server-integrations/apollo-server-integration-express4.git"
1010
},
1111
"homepage": "https://github.com/apollo-server-integrations/apollo-server-integration-express4",
1212
"bugs": {

0 commit comments

Comments
 (0)