From 318d4d19985c602cbf83487b375df603790b08b6 Mon Sep 17 00:00:00 2001 From: Christian Holbrook Date: Thu, 6 Nov 2025 16:31:31 -0700 Subject: [PATCH] chore: support OIDC --- .github/workflows/publish-release.yml | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3aad3e8..f3737a4 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -18,6 +18,10 @@ jobs: run: if: github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release/') uses: rokucommunity/workflows/.github/workflows/publish-release.yml@master + permissions: + id-token: write + contents: write + pull-requests: write with: release-type: "npm" ref: ${{ github.event.inputs.tag || github.event.pull_request.merge_commit_sha }} diff --git a/package.json b/package.json index b59e468..19be4a1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/rokucommunity/roku-promise.git" + "url": "https://github.com/rokucommunity/roku-promise" }, "bugs": { "url": "https://github.com/rokucommunity/roku-promise/issues"