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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new a788b5a  Convert visible token to github secret.
a788b5a is described below

commit a788b5aaf17334658354400873fba25b06b8df6d
Author: Lee Rhodes <[email protected]>
AuthorDate: Mon Feb 1 08:06:47 2021 -0800

    Convert visible token to github secret.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8485d2b..b02d9fd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -8,7 +8,7 @@ on:
 
 env:
     MAVEN_OPTS: -Xmx4g -Xms1g
-    repo_token: z2NyvKNpclvuc31m2yfZrpzrPr1cnLjSd
+    repo_token: ${{secrets.coveralls_token}}
 
 jobs:
     build:


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

Reply via email to