Skip to content

Commit

Permalink
Add token got GH CLI access (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Oct 14, 2024
1 parent d8b8cbc commit a77ac3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-uplift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Update tt-mlir reference
env:
GH_TOKEN: ${{ github.token }}
run: |
# Fetch the latest SHA using GitHub CLI
LATEST_SHA=$(gh api repos/tenstorrent/tt-mlir/commits/main --jq '.sha')
Expand Down

0 comments on commit a77ac3b

Please sign in to comment.