Skip to content

Commit 95376f4

Browse files
committed
Add PR write permission
1 parent 566f952 commit 95376f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main
5+
#branches:
6+
# - main
77
workflow_dispatch:
88
# Dev publishing
99

@@ -12,6 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1212
permissions:
1313
id-token: write # Required for OIDC
1414
contents: write # Required for changesets pushing
15+
pull-requests: write # Required for changesets to create PRs
1516

1617
jobs:
1718
release:

0 commit comments

Comments
 (0)