Skip to content

Commit

Permalink
Set minimum permissions for ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
  • Loading branch information
gabibguti committed Mar 17, 2023
1 parent 4b0d565 commit 291ff12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

jobs:
main:
name: Python ${{ matrix.python }}
Expand Down

0 comments on commit 291ff12

Please sign in to comment.