Skip to content

Commit

Permalink
not as global env
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ax committed Jun 23, 2023
1 parent c2adae4 commit 093a6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manual.yml
Expand Up @@ -3,7 +3,6 @@ on: workflow_dispatch

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand All @@ -13,8 +12,8 @@ jobs:
uses: actions/checkout@v3
- id: build
run: |
npm install
npm run all
NODE_OPTIONS=--openssl-legacy-provider npm install
NODE_OPTIONS=--openssl-legacy-provider npm run all
- uses: ./
with:
status: ${{ job.status }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/schedule.yml
Expand Up @@ -5,7 +5,6 @@ on:

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand Down

0 comments on commit 093a6c6

Please sign in to comment.