Skip to content

Commit d106a3f

Browse files
authored
Merge pull request #2186 from input-output-hk/djo/2172/use-released-build-for-stable-explorer-fix
ci: fix downloading of stable explorer when publishing to pages
2 parents 675233f + a485ddc commit d106a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,8 @@ jobs:
940940

941941
- name: Download and unpack Explorer build (stable)
942942
shell: bash
943+
env:
944+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
943945
run: |
944946
# Note: If the tag is omitted, 'gh release' commands uses the latest released version
945947
LAST_DISTRIBUTION=$(gh release view -R ${{ github.repository }} --json "tagName" --jq ".tagName")

0 commit comments

Comments
 (0)