aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bun-release.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml
index 1b2c49e81..65cef1e0d 100644
--- a/.github/workflows/bun-release.yml
+++ b/.github/workflows/bun-release.yml
@@ -13,6 +13,7 @@ on:
jobs:
sign:
name: Sign Release
+ permissions: write-all
runs-on: ubuntu-latest
if: github.repository_owner == 'oven-sh'
defaults:
@@ -53,6 +54,7 @@ jobs:
npm:
name: Release to NPM
runs-on: ubuntu-latest
+ permissions: write-all
needs: sign
if: github.repository_owner == 'oven-sh'
defaults:
@@ -179,6 +181,7 @@ jobs:
BUN_VERSION=${{ env.TAG }}
homebrew:
name: Release to Homebrew
+ permissions: write-all
runs-on: ubuntu-latest
needs: sign
if: github.repository_owner == 'oven-sh'
@@ -222,6 +225,7 @@ jobs:
s3:
name: Upload to S3
runs-on: ubuntu-latest
+ permissions: write-all
needs: sign
if: github.repository_owner == 'oven-sh'
defaults: