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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bf74fc  ci(actions): test fix for npm auth
6bf74fc is described below

commit 6bf74fcd1105efae6b24ab04a30d5d5b3222bf31
Author: Erisu <[email protected]>
AuthorDate: Wed Aug 26 12:33:10 2020 +0900

    ci(actions): test fix for npm auth
---
 .github/workflows/nightly.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 553fa83..fe1af16 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -79,6 +79,8 @@ jobs:
 
       - name: NPM whoami
         run: npm whoami
+        env:
+          NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
 
       - name: NPM Publish - cordova-cli
         run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to