Skip to content

Commit 2d4a819

Browse files
committed
fix: add missing env variable to use GitHub CLI
1 parent 536981b commit 2d4a819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Download releases artifacts binaries
30+
env:
31+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
run: |
3133
./.github/workflows/scripts/download-distribution-binaries.sh ${{ inputs.total-releases }}
3234

0 commit comments

Comments
 (0)