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:36:41 UTC

[mahout] branch trunk updated: [HOTFIX] Yes we need Tokens.

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 51475b6  [HOTFIX] Yes we need Tokens.
51475b6 is described below

commit 51475b62e3e7545dc3b9dc0f28c737a3268941bb
Author: Trevor Grant <tr...@gmail.com>
AuthorDate: Sat Oct 10 09:36:34 2020 -0500

    [HOTFIX] Yes we need Tokens.
---
 .github/workflows/website.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 2f45528..e3e322f 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -51,6 +51,6 @@ jobs:
     - name: Push New Site
       uses: ad-m/github-push-action@master
       with:
+        github_token: ${{ secrets.ASF_SITE_USER }}
         branch: asf-site
-        force: true
-      
+        force: true