Skip to content

Commit a818cbd

Browse files
committed
ci: add pull requests permission
1 parent ecfec12 commit a818cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010
permissions:
1111
id-token: write # Required for OIDC
1212
contents: write
13+
pull-requests: write
1314

1415
jobs:
1516
release:
1617
name: Release
1718
runs-on: ubuntu-latest
18-
environment: npm
1919
steps:
2020
- name: Checkout Repo
2121
uses: actions/checkout@v6

0 commit comments

Comments
 (0)