Skip to content

Commit 90ec23f

Browse files
authored
Merge pull request #4350 from apostasie/2025-06-canary-token
Pass along GITHUB_TOKEN to canary
2 parents c24ee86 + d232567 commit 90ec23f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/job-test-in-container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
docker run --privileged --rm tonistiigi/binfmt --install linux/arm/v7
8282
- if: ${{ inputs.canary }}
8383
name: "Init (canary): prepare updated test image"
84+
env:
85+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8486
run: |
8587
. ./hack/build-integration-canary.sh
8688
canary::build::integration

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
go-version: "1.24"
3434
check-latest: true
3535
- name: "Compile binaries"
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3638
run: make artifacts
3739
- name: "SHA256SUMS"
3840
run: |

0 commit comments

Comments
 (0)