We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5eb8e2 commit ef35c71Copy full SHA for ef35c71
2 files changed
.github/workflows/check.yaml
@@ -12,6 +12,9 @@ concurrency:
12
group: check-${{ github.ref }}
13
cancel-in-progress: true
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
test:
20
runs-on: ubuntu-latest
.github/workflows/release.yaml
@@ -3,6 +3,9 @@ on:
3
push:
4
tags: ["*"]
5
6
7
8
9
env:
10
dists-artifact-name: python-package-distributions
11
0 commit comments