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 <fabiobaltieri@google.com>
This commit is contained in:
parent
edf8a96d1a
commit
ac711c9182
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr_metadata_check.yml
vendored
2
.github/workflows/pr_metadata_check.yml
vendored
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue