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 abf05b3 commit 0ae769fCopy full SHA for 0ae769f
.github/workflows/dist.yml
@@ -15,6 +15,10 @@ on:
15
required: true
16
type: string
17
18
+permissions:
19
+ contents: read
20
+ actions: read
21
+
22
concurrency:
23
group: dist-${{ github.ref }}
24
cancel-in-progress: true
.github/workflows/release-python.yml
@@ -58,12 +58,16 @@ jobs:
58
build-dist:
59
needs: [pre-publish]
60
uses: ./.github/workflows/dist.yml
61
+ permissions:
62
63
with:
64
ref: ${{ needs.pre-publish.outputs.version }}
65
66
static-scan:
67
68
uses: ./.github/workflows/codeql.yml
69
70
71
72
73
0 commit comments