Skip to content

Commit

Permalink
Merge pull request #4699 from turrisxyz/setup-permissions
Browse files Browse the repository at this point in the history
Set permissions for GitHub actions
  • Loading branch information
PromoFaux committed Apr 17, 2022
2 parents 9356d7b + 37cef84 commit 7e223a2
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 @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

permissions:
contents: read

jobs:
smoke-test:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 7e223a2

Please sign in to comment.