Skip to content

Commit c8e7183

Browse files
committed
fix: update permissions in CI workflow to allow write access for pull requests and contents
1 parent b29f84a commit c8e7183

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-snapshots.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ concurrency:
1313
group: "${{ github.workflow }} ✨ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
1414
cancel-in-progress: true
1515
permissions:
16-
contents: read
16+
pull-requests: write
17+
contents: write
1718

1819
jobs:
1920
test:

0 commit comments

Comments
 (0)