Skip to content

Commit

Permalink
build: harden test.yml permissions (#1274)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>

Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura authored Dec 9, 2022
1 parent 0dddc2c commit 81d7dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master, '0.[0-9]+' ]

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
check-doc:
name: Check doc
Expand Down

0 comments on commit 81d7dc7

Please # to comment.