1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-17 21:17:53 +02:00

Ensure docs release action has correct env

This commit is contained in:
Joel Speed 2022-02-20 14:07:56 +00:00
parent cc94be0314
commit eb43b17750
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -57,6 +57,7 @@ jobs:
env:
USE_SSH: true
GIT_USER: git
NODE_OPTIONS: --openssl-legacy-provider
run: |
git config --global user.email "actions@gihub.com"
git config --global user.name "gh-actions"