We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION:true
1 parent 892b9fb commit a43bd1cCopy full SHA for a43bd1c
.github/workflows/reusable_build_packages.yaml
@@ -49,6 +49,8 @@ jobs:
49
retention-days: 1
50
51
build-packages:
52
+ env:
53
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
54
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
55
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
56
needs: [build-modern-bpf-skeleton]
0 commit comments