Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 18, 2023
2 parents 66e8e9b + 109f8c0 commit 700f2c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -2,6 +2,9 @@ name: tests

on: [push, pull_request]

permissions:
contents: read

env:
# Environment variables to support color support (jaraco/skeleton#66):
# Request colored output from CLI tools supporting it. Different tools
Expand Down Expand Up @@ -130,6 +133,8 @@ jobs:
TOXENV: diffcov

release:
permissions:
contents: write
needs:
- check
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 700f2c7

Please sign in to comment.