Skip to content

Commit 3e06c6a

Browse files
committed
fix: update permissions to allow write access for contents in workflow tests
1 parent 701a6fc commit 3e06c6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/workflow-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ on:
55
push:
66

77
permissions:
8-
contents: read
8+
contents: write
99
pull-requests: write
10-
issues: write
1110

1211
jobs:
1312
# Test PR creation scenario - should create a PR with specific version pattern

0 commit comments

Comments
 (0)