nativeformat / NFPlayerJS

A JavaScript/TypeScript audio engine for the Web and Server capable of multitrack time stretching, pitch shifting, declarative effects, faster than realtime processing, and more!
https://nativeformat.github.io/NFPlayerJS
Apache License 2.0
130 stars 9 forks source link

Credentials public available #45

Open raffobaffo opened 2 years ago

raffobaffo commented 2 years ago

The travis config is leaking unsecured env variables:

deploy:
  - provider: npm
    email: kibysayshi@gmail.com
    skip_cleanup: true
    api_key:
      secure: LFF+TBDO2lguN5rpciP09qUKWIoVVWA2ar...
kirbysayshi commented 2 years ago

I'm not sure what you mean. That is an encrypted value that only TravisCI can read: https://docs.travis-ci.com/user/encryption-keys/.