Skip to content

Commit

Permalink
Move env higher level
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 6, 2024
1 parent bc3c97c commit 1f838c7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test and Build OpenSearch Observability Backend Plugin

on: [pull_request, push]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
Get-CI-Image-Tag:
Expand All @@ -23,9 +25,6 @@ jobs:
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit 1f838c7

Please sign in to comment.