Skip to content

Commit a91f1a0

Browse files
Add GH_TOKEN to use GH Cli
1 parent 9d0e986 commit a91f1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-antora-ui-spring.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
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
2828
echo tag_name=$(gh api /repos/spring-io/antora-ui-spring/releases/latest | jq -r '.tag_name') >> $GITHUB_OUTPUT
2929
shell: bash
30+
env:
31+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
- name: Replace Version
3133
uses: mikefarah/[email protected]
3234
id: replace

0 commit comments

Comments
 (0)