diff options
-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" |