Skip to content

Commit b654c05

Browse files
authored
fix linux ci build failure (#15)
Signed-off-by: Chenyang Ji <cyji@amazon.com>
1 parent 84e6b75 commit b654c05

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/add-untriaged.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issues:
55
types: [opened, reopened, transferred]
66

7+
env:
8+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
9+
710
jobs:
811
apply-label:
912
runs-on: ubuntu-latest

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- "*"
9+
env:
10+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
11+
912
jobs:
1013
Get-CI-Image-Tag:
1114
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main

0 commit comments

Comments
 (0)