We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0834788 commit 066d4eeCopy full SHA for 066d4ee
1 file changed
.github/workflows/build-release.yml
@@ -8,6 +8,9 @@ on:
8
workflow_dispatch:
9
# Allow workflow to be triggered manually.
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
build:
16
name: build-test (python ${{ matrix.python-version }})
@@ -44,6 +47,8 @@ jobs:
44
47
if: "github.ref_name == 'master' && github.event_name != 'pull_request'"
45
48
needs: build
46
49
runs-on: ubuntu-latest
50
+ permissions:
51
+ contents: write
52
53
steps:
54
- name: Checkout repository
0 commit comments