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.
1 parent 536981b commit 2d4a819Copy full SHA for 2d4a819
.github/workflows/nightly-backward-compatibility.yml
@@ -27,6 +27,8 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Download releases artifacts binaries
30
+ env:
31
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: |
33
./.github/workflows/scripts/download-distribution-binaries.sh ${{ inputs.total-releases }}
34
0 commit comments