diff options
author | 2023-09-15 07:09:06 -0700 | |
---|---|---|
committer | 2023-09-15 07:09:06 -0700 | |
commit | 1e99419127a868b4a3502ff01567d59a34232862 (patch) | |
tree | 7b87927142a7159c05ae6c01ba0fb901efc9ab04 | |
parent | cd1846a4147199e71de439ebc0d392ae9e9199c6 (diff) | |
download | bun-1e99419127a868b4a3502ff01567d59a34232862.tar.gz bun-1e99419127a868b4a3502ff01567d59a34232862.tar.zst bun-1e99419127a868b4a3502ff01567d59a34232862.zip |
Set permissions
-rw-r--r-- | .github/workflows/bun-linux-aarch64.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 1 |
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: |