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.
2 parents 91636f5 + 61d5593 commit 24f4230Copy full SHA for 24f4230
2 files changed
.github/workflows/cron.yml
@@ -8,6 +8,10 @@ on:
8
jobs:
9
main:
10
name: CI
11
+
12
+ permissions:
13
+ security-events: write # Needed by the nested Zizmor workflow
14
15
uses: ./.github/workflows/ci.yml
16
with:
17
cpython-versions: >-
.github/workflows/release.yml
@@ -59,6 +59,10 @@ jobs:
59
github.event.action == 'published'
60
&& 'release' || 'nightly'
61
}}]
62
63
64
65
66
67
68
release-version: ${{ github.ref_name }}
0 commit comments