5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

chore: fix env var name

This commit is contained in:
Richard Simpson 2019-09-20 18:23:30 -05:00
parent bb5aae504b
commit 9c822dc25c
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -84,5 +84,5 @@ jobs:
if: success() && endsWith(github.ref, 'master')
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}