We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e8a92 commit deb0c82Copy full SHA for deb0c82
.github/workflows/pkgci.yml
@@ -26,5 +26,7 @@ concurrency:
26
27
jobs:
28
build_packages:
29
+ # permissions:
30
+ # contents: write
31
name: Build Packages
32
uses: ./.github/workflows/pkgci_build_packages.yml
.github/workflows/pkgci_build_packages.yml
@@ -15,8 +15,8 @@ permissions:
15
16
17
runs-on: ubuntu-24.04
18
- permissions:
19
- contents: write
20
needs: [setup_metadata]
21
env:
22
OUTPUT_DIR: "${{ github.workspace }}/bindist"
0 commit comments