Skip to content

Commit

Permalink
Set minimum permissions, skip pip warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 23, 2024
1 parent ac65c6f commit 2ae77a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Test

on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

env:
FORCE_COLOR: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1

jobs:
test:
Expand Down

0 comments on commit 2ae77a3

Please sign in to comment.