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 a98f9d6 commit b3adaf4Copy full SHA for b3adaf4
2 files changed
.github/workflows/cibuildwheel.yml
@@ -13,7 +13,7 @@ permissions: {}
13
14
jobs:
15
build_wheels:
16
- uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@2c98f757f13d112cf73fcf4b627249f1fffb5aae # main
+ uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@d0d89c035a9cd4b9b847b179c88508d7cbee965f # main
17
permissions:
18
contents: write
19
actions: read
.github/workflows/tests.yml
@@ -7,7 +7,8 @@ on:
7
branches: ["*"]
8
workflow_dispatch:
9
10
-permissions: {}
+permissions:
11
+ contents: read
12
concurrency:
group: tests-${{ github.ref }}
0 commit comments