Skip to content

Commit

Permalink
Merge pull request #263 from gabibguti/master
Browse files Browse the repository at this point in the history
Set minimum permissions for ci.yml
  • Loading branch information
tkem authored Mar 17, 2023
2 parents 4b0d565 + 291ff12 commit 76e4024
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 76e4024

Please sign in to comment.