You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/13 14:51:41 UTC

[yetus] branch main updated: YETUS-1024. github actions docs point to wrong repo, missing secrets (#157)

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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e2be90  YETUS-1024. github actions docs point to wrong repo, missing secrets (#157)
7e2be90 is described below

commit 7e2be9081d674b33f12306c2da702abdcc825578
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Tue Oct 13 07:51:32 2020 -0700

    YETUS-1024. github actions docs point to wrong repo, missing secrets (#157)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
---
 .../documentation/in-progress/precommit/robots/githubactions.html.md   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md b/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md
index 40c57d3..c7e3977 100644
--- a/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md
+++ b/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md
@@ -54,6 +54,7 @@ jobs:
           basedir: ./src
           patchdir: ./out
           buildtool: nobuild
+          githubtoken: ${{ secrets.GITHUB_TOKEN }}
       - name: Artifact output
         if: ${{ always() }}
         uses: actions/upload-artifact@v2
@@ -106,5 +107,5 @@ GitHub Actions support has only been tested on the ubuntu-latest image. It autom
 
 See also:
 
-* Apache Yetus' [workflow action source](https://github.com/apache/yetus/test-patch-action) for lower level details on the workflow action implementation.
+* Apache Yetus' [workflow action source](https://github.com/apache/yetus-test-patch-action) for lower level details on the workflow action implementation.
 * Apache Yetus' source tree [yetus.yaml](https://github.com/apache/yetus/blob/main/.github/workflows/yetus.yml) for some tips and tricks.