Skip to content

Commit

Permalink
Extend permissions to upload security reports that we reuse for TLAi.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy committed Mar 26, 2024
1 parent eabe0fd commit 4c92be7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tlaplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
- "tla/**"
workflow_dispatch:

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

jobs:
model-checking-consistency:
Expand Down

0 comments on commit 4c92be7

Please sign in to comment.