We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 675233f + a485ddc commit d106a3fCopy full SHA for d106a3f
.github/workflows/ci.yml
@@ -940,6 +940,8 @@ jobs:
940
941
- name: Download and unpack Explorer build (stable)
942
shell: bash
943
+ env:
944
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
945
run: |
946
# Note: If the tag is omitted, 'gh release' commands uses the latest released version
947
LAST_DISTRIBUTION=$(gh release view -R ${{ github.repository }} --json "tagName" --jq ".tagName")
0 commit comments