Skip to content

Commit

Permalink
chore: temp allow permission write all for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Dec 9, 2024
1 parent f0830c2 commit 411929b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ env:
jobs:
build_linux:
runs-on: ubuntu-20.04
permissions: write-all
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
build_windows:
runs-on: windows-2022
permissions: write-all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down Expand Up @@ -120,6 +122,7 @@ jobs:
# macos-14 is disabled for now as we hit our free tier limit for macos builds
build_macos_x64:
runs-on: macos-13
permissions: write-all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAC_CERTIFICATE: ${{ secrets.MAC_CERTIFICATE }}
Expand Down

0 comments on commit 411929b

Please sign in to comment.