Skip to content

Commit 1350e14

Browse files
authored
ci: provide github token to github cli in build process
1 parent d398673 commit 1350e14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-cli.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
LATEST_RELEASE=$(gh api repos/${{ github.repository }}/releases/latest --jq '.tag_name')
8989
echo "latest_release=$LATEST_RELEASE" >> $GITHUB_OUTPUT
9090
echo "Latest release: $LATEST_RELEASE"
91+
env:
92+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9193

9294
- name: Update latest release
9395
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)