You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/01/15 09:03:40 UTC

[myfaces] branch master updated: added infra notes

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new dbaac66  added infra notes
     new b960f73  Merge pull request #145 from bohmber/ci-build-fixes
dbaac66 is described below

commit dbaac66dccbe2681410ee86deaa240f72f022e93
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Jan 15 09:55:27 2021 +0100

    added infra notes
---
 .github/workflows/myfaces-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 670e147..7459e62 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -16,6 +16,8 @@
 # under the License.
 #
 
+# NOTE https://infra.apache.org/github-actions-secrets.html
+
 name: MyFaces CI
 
 on: