diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-05-10 21:17:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-05-10 21:17:07 -0400 |
| commit | fca6d742d4a05b7ce5be1328d9eb517ca96cce7e (patch) | |
| tree | 6731cfc9bf1f65c8445135c44c4cb28b12a08346 /.github/workflows | |
| parent | b010f52705b41cd904813076447da3092776462a (diff) | |
| parent | d2ec0473f8d4c25cc6f696e70ba110e1061e4dfe (diff) | |
| download | python-setuptools-git-fca6d742d4a05b7ce5be1328d9eb517ca96cce7e.tar.gz | |
Merge https://github.com/jaraco/skeleton
# Conflicts:
# .flake8
# pyproject.toml
# setup.cfg
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1bebc48..d962bdba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,9 @@ concurrency: ${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true +permissions: + contents: read + env: # Environment variables to support color support (jaraco/skeleton#66): # Request colored output from CLI tools supporting it. Different tools @@ -228,6 +231,8 @@ jobs: run: tox -e integration release: + permissions: + contents: write needs: - check if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') |
