From 30be27beb1c93147d00a819b70fc729673bbe1af Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 22 May 2025 21:11:38 +0200 Subject: [PATCH] No GHA token for cross arch tests (#13599) --- .github/workflows/build-binaries.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 1cb50b27e..cf0f01937 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -422,7 +422,6 @@ jobs: with: arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }} distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }} - githubToken: ${{ github.token }} install: | apt-get update apt-get install -y --no-install-recommends python3 python3-pip python-is-python3 @@ -472,7 +471,6 @@ jobs: with: arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }} distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }} - githubToken: ${{ github.token }} install: | apt-get update apt-get install -y --no-install-recommends python3 python3-pip python-is-python3 @@ -521,7 +519,6 @@ jobs: with: arch: ${{ matrix.platform.arch }} distro: ubuntu20.04 - githubToken: ${{ github.token }} install: | apt-get update apt-get install -y --no-install-recommends python3 python3-pip python-is-python3 @@ -571,7 +568,6 @@ jobs: with: arch: ${{ matrix.platform.arch }} distro: ubuntu20.04 - githubToken: ${{ github.token }} install: | apt-get update apt-get install -y --no-install-recommends python3 python3-pip python-is-python3 @@ -633,7 +629,6 @@ jobs: # with: # arch: ${{ matrix.platform.arch }} # distro: ubuntu20.04 - # githubToken: ${{ github.token }} # install: | # apt-get update # apt-get install -y --no-install-recommends python3 python3-pip python-is-python3 @@ -816,7 +811,6 @@ jobs: with: arch: ${{ matrix.platform.arch }} distro: alpine_latest - githubToken: ${{ github.token }} install: | apk add python3 run: | @@ -832,7 +826,6 @@ jobs: with: arch: aarch64 distro: ubuntu20.04 - githubToken: ${{ github.token }} install: | apt-get update apt-get install -y --no-install-recommends python3 python3-pip python-is-python3 @@ -883,7 +876,6 @@ jobs: with: arch: ${{ matrix.platform.arch }} distro: alpine_latest - githubToken: ${{ github.token }} install: | apk add python3 run: | @@ -898,7 +890,6 @@ jobs: with: arch: aarch64 distro: ubuntu20.04 - githubToken: ${{ github.token }} install: | apt-get update apt-get install -y --no-install-recommends python3 python3-pip python-is-python3