Skip to content

Commit c2dfb9a

Browse files
committed
fix(ci): assign permissions to upload security reports
1 parent 3856471 commit c2dfb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
# If you encounter "Resource not accessible by integration" errors on
7878
# GitHub Actions for this job, uncomment the following lines. Your
7979
# organization permissions may not be set to allow writing security events.
80-
#permissions:
81-
# security-events: write
80+
permissions:
81+
security-events: write
8282

8383
steps:
8484
- name: "Checkout repository"

0 commit comments

Comments
 (0)