aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-06 14:33:04 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-06 14:33:04 -0800
commit4688d72945bba04e0edfcebc89c15ededf2c36d1 (patch)
tree7bb196f8cce9406320a730bccb5448097e447b01
parentc55f59e03031639b8139f7fcdb0f2832177ec3b9 (diff)
downloadbun-4688d72945bba04e0edfcebc89c15ededf2c36d1.tar.gz
bun-4688d72945bba04e0edfcebc89c15ededf2c36d1.tar.zst
bun-4688d72945bba04e0edfcebc89c15ededf2c36d1.zip
Try again
-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
4 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml
index a5ab1dd26..189349675 100644
--- a/.github/workflows/bun-linux-build.yml
+++ b/.github/workflows/bun-linux-build.yml
@@ -131,6 +131,7 @@ jobs:
replacesArtifacts: true
generateReleaseNotes: true
artifactErrorsFailBuild: true
+ token: ${{ secrets.GITHUB_TOKEN }}
name: "Canary (${{github.sha}})"
tag: "canary"
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml
index 19212645f..80d64c6ba 100644
--- a/.github/workflows/bun-mac-aarch64.yml
+++ b/.github/workflows/bun-mac-aarch64.yml
@@ -349,6 +349,7 @@ jobs:
replacesArtifacts: true
generateReleaseNotes: true
artifactErrorsFailBuild: true
+ token: ${{ secrets.GITHUB_TOKEN }}
name: "Canary (${{github.sha}})"
tag: "canary"
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml
index 4ff7d448c..a4433d608 100644
--- a/.github/workflows/bun-mac-x64-baseline.yml
+++ b/.github/workflows/bun-mac-x64-baseline.yml
@@ -346,6 +346,7 @@ jobs:
replacesArtifacts: true
generateReleaseNotes: true
artifactErrorsFailBuild: true
+ token: ${{ secrets.GITHUB_TOKEN }}
name: "Canary (${{github.sha}})"
tag: "canary"
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml
index dbe728ae1..9b9b15438 100644
--- a/.github/workflows/bun-mac-x64.yml
+++ b/.github/workflows/bun-mac-x64.yml
@@ -347,6 +347,7 @@ jobs:
replacesArtifacts: true
generateReleaseNotes: true
artifactErrorsFailBuild: true
+ token: ${{ secrets.GITHUB_TOKEN }}
name: "Canary (${{github.sha}})"
tag: "canary"
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"