File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 20
20
environment : CI
21
21
runs-on : ubuntu-latest
22
22
env :
23
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
23
24
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
24
25
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
25
26
S3_HOST : ${{ secrets.S3_HOST }}
@@ -401,6 +402,7 @@ jobs:
401
402
runs-on : [self-hosted, linux-space, maerwald]
402
403
needs : ["build-linux"]
403
404
env :
405
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
404
406
TARBALL_EXT : tar.xz
405
407
ARCH : 64
406
408
DEBIAN_FRONTEND : noninteractive
@@ -696,6 +698,7 @@ jobs:
696
698
runs-on : ubuntu-latest
697
699
needs : ["bindist-linux"]
698
700
env :
701
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
699
702
TARBALL_EXT : tar.xz
700
703
ARCH : 64
701
704
DEBIAN_FRONTEND : noninteractive
You can’t perform that action at this time.
0 commit comments