Skip to content

Commit 6d4838c

Browse files
committed
fix: add workflow permissions for changesets action
- Add contents:write and pull-requests:write permissions to release workflow - Create changeset for the fix
1 parent 68d911f commit 6d4838c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"pendragon-coding": patch
3+
---
4+
5+
Fix release workflow permissions to allow changesets action to create release branches and PRs.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
pull-requests: write
1417
steps:
1518
- name: Checkout code
1619
uses: actions/checkout@v5

0 commit comments

Comments
 (0)