Skip to content

Commit

Permalink
Added GH_TOKEN for gh CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiChungHsu committed May 25, 2024
1 parent f5fae5a commit 0334b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
- name: Check changelog version
run: python tools/cuttlefish-host-image-installer/version_parser.py base/debian/changelog latest && python tools/cuttlefish-host-image-installer/version_parser.py base/debian/changelog stable
- name: Testing gh release
env:
GH_TOKEN: ${{ github.token }}
run: gh release list --json tagName --jq '.[].tagName'
- name: Release delete asset
env:
GH_TOKEN: ${{ github.token }}
run: gh release delete-asset latest u-boot.bin -y


Expand Down

0 comments on commit 0334b14

Please sign in to comment.