Skip to content

Commit

Permalink
CI: set read-only permission on github workflow (#272)
Browse files Browse the repository at this point in the history
Closes #271
  • Loading branch information
diogoteles08 authored Mar 11, 2023
1 parent 3c06216 commit 62cb729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
schedule:
- cron: '0 0 * * 3'

permissions: read-all

jobs:
build:

Expand Down

0 comments on commit 62cb729

Please sign in to comment.