mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
chore: fix env var name
This commit is contained in:
parent
bb5aae504b
commit
9c822dc25c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -84,5 +84,5 @@ jobs:
|
||||||
if: success() && endsWith(github.ref, 'master')
|
if: success() && endsWith(github.ref, 'master')
|
||||||
run: npm run release
|
run: npm run release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue