Skip to content

Commit

Permalink
build: harden pull_request.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura authored and linuxmaniac committed Sep 21, 2022
1 parent ddb39dd commit 8064a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Expand Up @@ -6,6 +6,8 @@ name: checks_pr
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8064a1d

Please sign in to comment.