You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2020/10/10 14:08:56 UTC

[mahout] branch trunk updated: Testing new TOKEN

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

rawkintrevo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1fadae0  Testing new TOKEN
1fadae0 is described below

commit 1fadae0f81bb98025b7b355984eb1f688a30b8fc
Author: Trevor Grant <tr...@gmail.com>
AuthorDate: Sat Oct 10 09:08:46 2020 -0500

    Testing new TOKEN
---
 .github/workflows/website.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 9726bd0..377c6f2 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -35,7 +35,6 @@ jobs:
     steps:
     # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
     - uses: actions/checkout@v2
-
     # Runs a single command using the runners shell
     - name: Build Website
       run: |
@@ -45,7 +44,10 @@ jobs:
         cp -r $WORKDIR/* .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
-        git push origin asf-site
+    - name: Push New Site
+      uses: ad-m/github-push-action@master
+      with:
+        github_token: ${{ secrets.ASF_SITE_USER }}  
       env:
         WORKDIR: /tmp/mahout-site
         RUBY_PATH: ~/shared/.rvm