Skip to content

Commit c15530c

Browse files
authored
Add permissioning to release action (#96)
* add permissioning to action * Changelog
1 parent b38021e commit c15530c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Security
2+
body: Update github action perission
3+
time: 2025-12-18T16:47:25.197844-05:00

.github/workflows/create-release-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
jobs:
1515
create-release-pr:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: write
19+
pull-requests: write
1720
steps:
1821
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@v4
1922

0 commit comments

Comments
 (0)