Ferenc Csaky created FLINK-38448:
------------------------------------
Summary: Fix doc CI rsync logic
Key: FLINK-38448
URL: https://issues.apache.org/jira/browse/FLINK-38448
Project: Flink
Issue Type: Improvement
Components: Kubernetes Operator
Reporter: Ferenc Csaky
Assignee: Ferenc Csaky
Fix For: kubernetes-operator-1.14.0
At the moment the doc CI GH workflow uses the "burnett01/rsync-deployments"
plugin to rsync the built documentation. But this cannot be used anymore, maybe
some Apache limitation:
{code:java}
The action burnett01/[email protected] is not allowed in
apache/flink-kubernetes-operator because all actions must be from a repository
owned by your enterprise, created by GitHub, verified in the GitHub
Marketplace, or match one of the patterns:
1Password/load-secrets-action@13f58eec611f8e5db52ec16247f58c508398f3e6,
1Password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0,
AdoptOpenJDK/install-jdk@*, BobAnkh/auto-generate-changelog@*,
DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e,
EnricoMi/publish-unit-test-result-action@*,
JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8,
JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29,
JustinBeckwith/linkinator-action@3d5ba091319fa7b0ac14703761eebb7d100e6f6d,
Kesin11/actions-timeline@427ee2cf860166e404d0d69b4f2b24012bb7af4f,
Kesin11/actions-timeline@a7eaabf426cdae26c3582c3fa674b897170dec8f,
PyO3/maturin-action@*, TobKed/label-when-approve... {code}
Since the version we use were pretty old, I tried to bump to latest first, did
not help. Cause rsync is not that complicated I suggest to define a local
action that deals with the rsync portion, so do not need to rely on a 3rd party
action.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)