diff options
author | 2023-09-15 09:54:58 -0700 | |
---|---|---|
committer | 2023-09-15 09:54:58 -0700 | |
commit | 99a92465f381cddc8469cf3515588ff5a68f0745 (patch) | |
tree | 4f73a4a680bdf782749c5818d0ec5f7292a3c18b | |
parent | 37edd5a6e389265738e89265bcbdf2999cb81a49 (diff) | |
download | bun-99a92465f381cddc8469cf3515588ff5a68f0745.tar.gz bun-99a92465f381cddc8469cf3515588ff5a68f0745.tar.zst bun-99a92465f381cddc8469cf3515588ff5a68f0745.zip |
Add Permission
-rw-r--r-- | .github/workflows/bun-release.yml | 4 |
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: |