Skip to content

Commit

Permalink
chore(maintenance): add environment scope to npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jan 25, 2024
1 parent c411407 commit e039969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
permissions:
id-token: write
contents: write
environment: Release
runs-on: ubuntu-latest
outputs:
RELEASE_VERSION: ${{ steps.set-release-version.outputs.RELEASE_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/make-v2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
permissions:
id-token: write
contents: write
environment: Release
runs-on: ubuntu-latest
outputs:
RELEASE_VERSION: ${{ steps.set-release-version.outputs.RELEASE_VERSION }}
Expand Down

0 comments on commit e039969

Please sign in to comment.