Skip to content

Commit

Permalink
Fix/node legacy provider (#189)
Browse files Browse the repository at this point in the history
* export NODE_OPTIONS=--openssl-legacy-provider

* fix dispatch
  • Loading branch information
idvrkn authored Mar 19, 2023
1 parent 72d4bda commit 021fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
"repository_full": "${{ github.event.repository.full_name }}" ,
"github-sha": "${{ github.sha }}",
"github-actor": "${{ github.actor }}",
"github-ref": "${{ github.ref_name }}",
"github-ref": "${{ github.ref_name }}"
}

0 comments on commit 021fb8f

Please sign in to comment.