mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 04:00:42 +00:00
Fix the secret Travis details
Apparently the environment variables weren't correctly stored last time, so they had to be regenerated.
This commit is contained in:
parent
60a911e4a0
commit
e85fd4482f
2 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ install: npm install
|
||||||
script: bash ./docs/deploy/deploy.sh
|
script: bash ./docs/deploy/deploy.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ENCRYPTION_LABEL: "be0b3b658a36"
|
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||||
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue