Skip to content

Commit

Permalink
hotfix: try to force permissions for write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jan 9, 2025
1 parent 00bb9a3 commit ff9b364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
upload-sbom-release-assets: true

build-and-release-nodejs:
permissions: write-all
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
retention-days: 5

build-and-release-electron:
permissions: write-all
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:
retention-days: 5

build-and-release-nodejs-windows:
permissions: write-all
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -211,6 +214,7 @@ jobs:
node scripts\module-packaging.js --publish $(npm run -s pregyp reveal staged_tarball --silent)
build-and-release-electron-windows:
permissions: write-all
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit ff9b364

Please sign in to comment.