diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-28 10:15:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 10:15:02 +0800 |
commit | f0a70c45533254be066a6b62c5ff605c969a3c9a (patch) | |
tree | 65365c6af26544b2949f8df2fe390fc17671bad0 | |
parent | d96f671b9be24ec46f0fcd078b51e322bb8b8146 (diff) | |
parent | 1498de53b596ede27c1ba331779ad28c938aae1a (diff) | |
download | gitpython-f0a70c45533254be066a6b62c5ff605c969a3c9a.tar.gz |
Merge pull request #1448 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
-rw-r--r-- | .github/workflows/pythonpackage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 881f2ec5..4a8bd410 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -9,6 +9,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + jobs: build: |