Hi Francis, On Tue, Aug 27, 2019 at 12:19 PM Francis Chuang <francischu...@apache.org> wrote: > > I have implemented the ability to generate the website and javadoc for > Calcite using Github Actions. See: > https://github.com/apache/calcite/tree/test-site/.github/workflows > > The missing piece is that we need the token to publish to our > calcite-site repository to be added as a secret in Github Actions and > there is currently no clear process as to whether this is allowed or how > to get this done.
In your GitHub actions try cloning from github.com rather than gitbox.apache.org, I think you'll find that you can push to a github.com repository without authentication from a GitHub action. zoran -- Zoran Regvart