We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bbc40 commit 45998dcCopy full SHA for 45998dc
3 files changed
.github/workflows/build.yml
@@ -1,4 +1,7 @@
1
name: Build
2
+permissions:
3
+ contents: read
4
+ pull-requests: write
5
6
on:
7
workflow_dispatch:
@@ -346,6 +349,8 @@ jobs:
346
349
runs-on: ubuntu-latest
347
350
if: "startsWith(github.ref, 'refs/tags/')"
348
351
needs: [test-wheels]
352
+ permissions:
353
+ contents: write
354
steps:
355
- uses: actions/download-artifact@v8
356
with:
.github/workflows/release-drafter.yml
@@ -1,5 +1,8 @@
# draft release notes with https://github.com/release-drafter/release-drafter
name: Release Drafter
8
push:
.github/workflows/update_python_test.yml
name: Update Python Test Versions
schedule:
0 commit comments