aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-15 07:09:06 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-15 07:09:06 -0700
commit1e99419127a868b4a3502ff01567d59a34232862 (patch)
tree7b87927142a7159c05ae6c01ba0fb901efc9ab04
parentcd1846a4147199e71de439ebc0d392ae9e9199c6 (diff)
downloadbun-1e99419127a868b4a3502ff01567d59a34232862.tar.gz
bun-1e99419127a868b4a3502ff01567d59a34232862.tar.zst
bun-1e99419127a868b4a3502ff01567d59a34232862.zip
Set permissions
-rw-r--r--.github/workflows/bun-linux-aarch64.yml1
-rw-r--r--.github/workflows/bun-linux-build.yml1
-rw-r--r--.github/workflows/bun-mac-aarch64.yml1
-rw-r--r--.github/workflows/bun-mac-x64-baseline.yml1
-rw-r--r--.github/workflows/bun-mac-x64.yml1
5 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/bun-linux-aarch64.yml b/.github/workflows/bun-linux-aarch64.yml
index d6475d525..e2155a756 100644
--- a/.github/workflows/bun-linux-aarch64.yml
+++ b/.github/workflows/bun-linux-aarch64.yml
@@ -28,6 +28,7 @@ jobs:
runs-on: ${{matrix.runner}}
if: github.repository_owner == 'oven-sh'
timeout-minutes: 90
+ permissions: write-all
strategy:
matrix:
include:
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml
index d8ce8bef9..285ebe623 100644
--- a/.github/workflows/bun-linux-build.yml
+++ b/.github/workflows/bun-linux-build.yml
@@ -37,6 +37,7 @@ jobs:
runs-on: ${{matrix.runner}}
if: github.repository_owner == 'oven-sh'
timeout-minutes: 90
+ permissions: write-all
strategy:
fail-fast: false
matrix:
diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml
index 0e53c0f6b..43e8d0a23 100644
--- a/.github/workflows/bun-mac-aarch64.yml
+++ b/.github/workflows/bun-mac-aarch64.yml
@@ -247,6 +247,7 @@ jobs:
if: github.repository_owner == 'oven-sh'
needs: [macOS-cpp, macos-object-files]
timeout-minutes: 90
+ permissions: write-all
strategy:
matrix:
include:
diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml
index 3191aecce..de2d547c0 100644
--- a/.github/workflows/bun-mac-x64-baseline.yml
+++ b/.github/workflows/bun-mac-x64-baseline.yml
@@ -248,6 +248,7 @@ jobs:
if: github.repository_owner == 'oven-sh'
needs: [macOS-cpp, macos-object-files]
timeout-minutes: 90
+ permissions: write-all
strategy:
matrix:
include:
diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml
index b0630ff5b..07d2151c0 100644
--- a/.github/workflows/bun-mac-x64.yml
+++ b/.github/workflows/bun-mac-x64.yml
@@ -250,6 +250,7 @@ jobs:
if: github.repository_owner == 'oven-sh'
needs: [macOS-cpp, macos-object-files]
timeout-minutes: 90
+ permissions: write-all
strategy:
matrix:
include: