Skip to content

Commit c3941fc

Browse files
authored
chore: permissions to create pr (#6638)
1 parent 5130fc1 commit c3941fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-stable.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ on:
1717
jobs:
1818
publish:
1919
runs-on: ubuntu-22.04
20-
20+
permissions:
21+
pull-requests: write
2122
env:
2223
HIVE_TOKEN: ${{ secrets.HIVE_TOKEN }}
2324
# AWS_* are used by Oclif CLI

0 commit comments

Comments
 (0)