Skip to content

Commit

Permalink
fix(ci): assign permissions to upload security reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Oct 31, 2023
1 parent 3856471 commit c2dfb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -77,8 +77,8 @@ jobs:
# If you encounter "Resource not accessible by integration" errors on
# GitHub Actions for this job, uncomment the following lines. Your
# organization permissions may not be set to allow writing security events.
#permissions:
# security-events: write
permissions:
security-events: write

steps:
- name: "Checkout repository"
Expand Down

0 comments on commit c2dfb9a

Please sign in to comment.