You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/03/29 01:47:34 UTC

[incubator-annotator] branch master updated: Encrypt a new npm token for CI using an explicit repo in the command

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e1da26  Encrypt a new npm token for CI using an explicit repo in the command
1e1da26 is described below

commit 1e1da261a9f857821e4872c446504de891e1fcbb
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sun Mar 28 18:45:33 2021 -0700

    Encrypt a new npm token for CI using an explicit repo in the command
    
    Most Travis CLI commands seem to have no problem detecting the project
    from the working directory, but it may be the case that this is not
    something to depend on.
    
    https://travis-ci.community/t/travis-doesnt-decrypt-secure-environment-variables/8700
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a6b9fd5..c747dd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,5 +19,5 @@ jobs:
         provider: npm
         edge: true
         api_key:
-          secure: o0X1FD3qhMvWbYMREcd6OPaIPBnh/BulH4Hly1zccYgLv/MPWC++5usv/5Xxm3AuNDR5GF8fniUohZ8hUYfB/4Sf2VOCwtwKacQ9xNxYgaM5YPYb41W4ycpBXNfHwSf0iKc69qUWCrbUBBoQQsfIA4WnK/F7UkYJu1RWmC/7xEDCpkZ3QdoahdSiJDRxidOq6VV/qiTnIS5frst7nzu9xR+7CxchFCHNoUwvpLoUEw5IsU/aYfaYc7pvdsW0uzzC147runEPXWoRTuPmqNdLssOeKXsai7xBOBm2s6S/jTzEgIHZXz8sMxgNoQX6mwePSB4sAqeRvwuEnxyEAp9iCehpNRyJezmFe3ZHa4lwlmrcgLqvxNaTFNOzLt+s04G4Tt4qMD8g3EZDfzxWE4Ftao9Gurkm3ZEIxEywq3b9l973uk8pFnfmNAZQSBOKp548uZr43+KPxMob4va93CEdk9T5S8 [...]
+          secure: PYG3VVJa5/kunE0uxMTsNLl8Gg/Bjv6/wwKCTFs8EfW29nLJPRtKssl9sSmmwwYvSPSnTOjLV3CIgudJGYekeuzNvJgB+pUhKWCeGmz1N2i6K1XNeS0oJ3KBTCKi7PbyyIMLs33O7jHijJ5vBoPbDKaD9iDv9vNgyslkp07bcYp7dnyzR64RzzOsk6jrkJiohr9Gqbh4MXt1CUS0FDxTcKpXetGve4IMMQfzn8c2N9SavCUANAXVjUnaRGcsbAgYAhl6W2fQu/5+n6I07g0d9IDXD3WHHPxSNOTQ4AwP2kmS3sk9Zmh1HWWbdVIhWTGQMO8xnB5G6S1wWaOuZkU/GuwiVFu2RJ4liQ6cy+R7mD+2YM+kJ1Fy/Y9BFdLkliCSeRLT65wrVNaT0clR3v8itfhK2+jXYZyL+C8MBs3nzVBIID9TXAqDZJLsGNbw09Xf7+cHG0ovEbKWGCZXKk5e1O68td [...]
         run_script: publish:ci