Skip to content

Commit

Permalink
Set minimum permissions for tests.yml (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
  • Loading branch information
gabibguti committed Jul 26, 2023
1 parent ec96ca5 commit 09ce18c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:
branches:
- master

permissions: {}

jobs:
build:

runs-on: ubuntu-latest

permissions:
contents: read

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
Expand All @@ -28,4 +33,4 @@ jobs:
npm install
npm run ci-test
env:
CI: true
CI: true

0 comments on commit 09ce18c

Please sign in to comment.