Skip to content

Commit

Permalink
add gh token when using gh cli in release-cli workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpetrovic committed Jun 14, 2024
1 parent 83aa6b9 commit 6fa750a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:

- name: Upload binary to release
if: inputs.app_version == ''
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release upload ${GITHUB_REF_NAME} "${{ steps.build-binary.outputs.tar_file_path }}"
Expand Down

0 comments on commit 6fa750a

Please sign in to comment.