Skip to content

Commit

Permalink
build: harden main.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura committed Sep 26, 2022
1 parent b58edfa commit 872dfea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- master

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

jobs:
docker_linux_tier1:
name: Docker Linux Tier1
Expand Down

0 comments on commit 872dfea

Please sign in to comment.