Skip to content

Commit

Permalink
Move ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION inside build job
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Jul 17, 2024
1 parent 95b422f commit e150806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Multi node test workflow

env:
java_version: 21
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

# This workflow is triggered on pull requests to master
on:
Expand Down Expand Up @@ -32,6 +31,9 @@ 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:
# This step uses the setup-java Github action: https://github.com/actions/setup-java
- name: Set Up JDK 21
Expand Down

0 comments on commit e150806

Please sign in to comment.