Skip to content

Commit

Permalink
Add GH_TOKEN to use GH Cli
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed May 3, 2024
1 parent 9d0e986 commit a91f1a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
echo latest_ui_bundle_url=$(gh api /repos/spring-io/antora-ui-spring/releases/latest | jq -r '.assets[] | select(.name == "ui-bundle.zip") | .browser_download_url') >> $GITHUB_OUTPUT
echo tag_name=$(gh api /repos/spring-io/antora-ui-spring/releases/latest | jq -r '.tag_name') >> $GITHUB_OUTPUT
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Replace Version
uses: mikefarah/[email protected]
id: replace
Expand Down

0 comments on commit a91f1a0

Please sign in to comment.