diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 32c11ad..216a811 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -12,6 +12,10 @@ jobs: run: if: 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" # "vsce" ref: ${{ github.event.pull_request.merge_commit_sha }} diff --git a/package.json b/package.json index 3302922..dc46ca5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/rokucommunity/bslib.git" + "url": "https://github.com/rokucommunity/bslib" }, "bugs": { "url": "https://github.com/rokucommunity/bslib/issues"