From ac711c918231386f345b6eabeb6360a1a642ea8e Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 17 Jun 2025 16:40:48 +0100 Subject: [PATCH] ci: pr_metadata_check: set GITHUB_TOKEN Set the GITHUB_TOKEN environment variable so that the script can do authenticated requests. Signed-off-by: Fabio Baltieri --- .github/workflows/pr_metadata_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_metadata_check.yml b/.github/workflows/pr_metadata_check.yml index 91c997279df..8f26af73a05 100644 --- a/.github/workflows/pr_metadata_check.yml +++ b/.github/workflows/pr_metadata_check.yml @@ -33,6 +33,8 @@ jobs: pip install -r scripts/requirements-actions.txt --require-hashes - name: Run the check script + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | ./scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"