Skip to content

Commit

Permalink
Pass github token to the can_promote_edge script (infra) (#1053)
Browse files Browse the repository at this point in the history
Pass github token to the can_promote_edge script
  • Loading branch information
Hook25 authored Mar 12, 2024
1 parent 94459f9 commit 708dfdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkbox-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 708dfdc

Please sign in to comment.