Skip to content

Commit 8c7286e

Browse files
authored
chore(maintenance): add environment scope to npm token (#1957)
1 parent c411407 commit 8c7286e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/make-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
contents: write
19+
environment: Release
1920
runs-on: ubuntu-latest
2021
outputs:
2122
RELEASE_VERSION: ${{ steps.set-release-version.outputs.RELEASE_VERSION }}

Diff for: .github/workflows/make-v2-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
contents: write
19+
environment: Release
1920
runs-on: ubuntu-latest
2021
outputs:
2122
RELEASE_VERSION: ${{ steps.set-release-version.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)