From 4688d72945bba04e0edfcebc89c15ededf2c36d1 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 6 Nov 2022 14:33:04 -0800 Subject: [PATCH] Try again --- .github/workflows/bun-linux-build.yml | 1 + .github/workflows/bun-mac-aarch64.yml | 1 + .github/workflows/bun-mac-x64-baseline.yml | 1 + .github/workflows/bun-mac-x64.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index a5ab1dd268..1893496754 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 19212645f8..80d64c6ba6 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 4ff7d448c8..a4433d6082 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 dbe728ae11..9b9b154380 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"