Skip to content

Commit d251cf4

Browse files
committed
feat: trying adding write permissions in workflow
1 parent 50a8a38 commit d251cf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
test-action:
4848
name: GitHub Actions Test
4949
runs-on: ubuntu-latest
50+
permissions:
51+
contents: write
52+
pull-requests: write
53+
repository-projects: write
5054

5155
steps:
5256
- name: Checkout

0 commit comments

Comments
 (0)