Skip to content

Commit ac711c9

Browse files
fabiobaltierinashif
authored andcommitted
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>
1 parent edf8a96 commit ac711c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_metadata_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
pip install -r scripts/requirements-actions.txt --require-hashes
3434
3535
- name: Run the check script
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3638
run: |
3739
./scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"
3840

0 commit comments

Comments
 (0)