From 708dfdc8f40961273d02c95d606607237831009b Mon Sep 17 00:00:00 2001 From: Massimiliano Date: Tue, 12 Mar 2024 10:17:09 +0100 Subject: [PATCH] Pass github token to the can_promote_edge script (infra) (#1053) Pass github token to the can_promote_edge script --- .github/workflows/checkbox-beta-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checkbox-beta-release.yml b/.github/workflows/checkbox-beta-release.yml index ff570d8e3..538c79e83 100644 --- a/.github/workflows/checkbox-beta-release.yml +++ b/.github/workflows/checkbox-beta-release.yml @@ -26,6 +26,8 @@ jobs: with: fetch-depth: 0 - name: Verify Promotion Conditions + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | tools/release/can_promote_edge.py