Skip to content

Commit 6ae13be

Browse files
committed
FIX: Add deployments and statuses permissions to CI workflow
1 parent 7a21b98 commit 6ae13be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
permissions:
2424
contents: read
2525
pull-requests: write
26+
deployments: write
27+
statuses: write
2628

2729
steps:
2830
- name: Checkout current branch

0 commit comments

Comments
 (0)