diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 0819a36..a56d247 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -9,6 +9,10 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + id-token: write steps: - name: Checkout Repo uses: actions/checkout@v5 @@ -16,10 +20,10 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 16.x + - name: Setup Node.js 24.x uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 24.x - name: Install Dependencies run: npm i @@ -30,4 +34,4 @@ jobs: publish: npm run publish-changeset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: "" diff --git a/package.json b/package.json index b96fd04..0bbcaa5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/apollo-server-integrations/apollo-server-integration-hapi" + "url": "git+https://github.com/apollo-server-integrations/apollo-server-integration-hapi.git" }, "homepage": "https://github.com/apollo-server-integrations/apollo-server-integration-hapi", "bugs": {