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

chore: add github token

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

View file

@ -83,4 +83,6 @@ jobs:
- name: release
if: success() && endsWith(github.ref, 'master')
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}