We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cdf46 commit 109f8c0Copy full SHA for 109f8c0
.github/workflows/main.yml
@@ -2,6 +2,9 @@ name: tests
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+
8
env:
9
# Environment variables to support color support (jaraco/skeleton#66):
10
# Request colored output from CLI tools supporting it. Different tools
@@ -104,6 +107,8 @@ jobs:
104
107
jobs: ${{ toJSON(needs) }}
105
108
106
109
release:
110
+ permissions:
111
+ contents: write
112
needs:
113
- check
114
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments