Skip to content

Commit 395be51

Browse files
x3c41abkontur
andauthored
Update .github/workflows/integration-test.yml
Co-authored-by: Branislav Kontur <[email protected]>
1 parent 2a28be5 commit 395be51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jobs:
5252

5353
- name: Download zombienet
5454
run: |
55-
wget "https://github.com/paritytech/zombienet/releases/download/v1.3.133/zombienet-linux-x64" || exit 1
55+
curl -L \
56+
-H "Authorization: token ${{ github.token }}" \
57+
-o zombienet-linux-x64 \
58+
"https://github.com/paritytech/zombienet/releases/download/v1.3.138/zombienet-linux-x64"
5659
chmod +x zombienet-linux-x64
5760
echo "ZOMBIENET_BINARY=$GITHUB_WORKSPACE/zombienet-linux-x64" >> $GITHUB_ENV
5861

0 commit comments

Comments
 (0)