Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Allow workflow Security Events permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vbyrd authored Nov 23, 2022
1 parent b6bda0d commit bbc3e9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
tags:
- v*

permissions:
actions: read
contents: read
security-events: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbc3e9d

Please sign in to comment.