diff options
author | 2022-11-06 14:33:04 -0800 | |
---|---|---|
committer | 2022-11-06 14:33:04 -0800 | |
commit | 4688d72945bba04e0edfcebc89c15ededf2c36d1 (patch) | |
tree | 7bb196f8cce9406320a730bccb5448097e447b01 | |
parent | c55f59e03031639b8139f7fcdb0f2832177ec3b9 (diff) | |
download | bun-4688d72945bba04e0edfcebc89c15ededf2c36d1.tar.gz bun-4688d72945bba04e0edfcebc89c15ededf2c36d1.tar.zst bun-4688d72945bba04e0edfcebc89c15ededf2c36d1.zip |
Try again
-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 |
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" |