Skip to content

Commit

Permalink
Tighten permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 29, 2022
1 parent 05e6992 commit 8c5a01c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
PIP_NO_PYTHON_VERSION_WARNING: 1
PYTHON_LATEST: "3.10"

permissions:
contents: read

jobs:
tests:
name: tox on ${{ matrix.python-version }}
Expand Down Expand Up @@ -197,7 +200,6 @@ jobs:
- run: python -m pip install -e .[dev]
- run: python -m argon2 -n 1 -t 1 -m 8 -p 1


# Ensure everything required is passing for branch protection.
required-checks-pass:
if: always()
Expand Down

0 comments on commit 8c5a01c

Please sign in to comment.