Skip to content

Commit

Permalink
Github actions pipeline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadibhatla committed Aug 9, 2024
1 parent 9982476 commit a783996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-export-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
deploy:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
runs-on: self-hosted
environment: test
defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-import-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
deploy:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
runs-on: self-hosted
environment: test
defaults:
Expand Down

0 comments on commit a783996

Please sign in to comment.