Skip to content

Commit 47f8a3a

Browse files
authored
updated workflows to fix CIs (#965)
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
1 parent 1eaa37c commit 47f8a3a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/notifications-test-and-build-workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: Test and Build Notifications
77

88
on: [push, pull_request]
99

10+
env:
11+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
12+
1013
jobs:
1114
Get-CI-Image-Tag:
1215
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main

.github/workflows/security-notifications-test-workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: Security Test and Build Notifications
77

88
on: [push, pull_request]
99

10+
env:
11+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
12+
1013
jobs:
1114
build:
1215
strategy:

0 commit comments

Comments
 (0)