Skip to content

Commit

Permalink
Set permissions at a global level
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Oct 2, 2022
1 parent 7dd80a0 commit 10e279b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
env:
GO_PRIVATE: "github.com/gender-equality-community/*"

permissions: read-all

jobs:
test:
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -50,7 +51,6 @@ jobs:
sonarcloud:
needs: test
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 10e279b

Please sign in to comment.