Skip to content

Commit 83ba157

Browse files
committed
chore: Update permissions for tests in PR checks workflow
1 parent c6f4e85 commit 83ba157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
tests:
3939
permissions:
40-
contents: read
40+
contents: write
4141
packages: write # needed for some integration test cross-branch-docker-caching
4242
needs: changes
4343
if: ${{ needs.changes.outputs.tests == 'true' && github.event.pull_request.draft == false }}

0 commit comments

Comments
 (0)