Skip to content

Commit 700f2c7

Browse files
committed
2 parents 66e8e9b + 109f8c0 commit 700f2c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: tests
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
env:
69
# Environment variables to support color support (jaraco/skeleton#66):
710
# Request colored output from CLI tools supporting it. Different tools
@@ -130,6 +133,8 @@ jobs:
130133
TOXENV: diffcov
131134

132135
release:
136+
permissions:
137+
contents: write
133138
needs:
134139
- check
135140
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)