We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dest_token
dest_repo_github_api_url
src_repo_github_api_url
I'm trying to setup a repo on A to mirror releases to B with a setting like this
token: ${{ secrets.GITHUB_TOKEN }} dest_token: ${{ secrets.MIRROR_TO_REPO_B_TOKEN }} src_repo: xxx/A dest_repo: xxx/B
gha-clone-releases/gha_clone_releases/main.py
Lines 123 to 127 in 5670ac0
Should be something like this
dest_github = Github(inputs["dest_token"] or inputs["token"], base_url=inputs["dest_repo_github_api_url"])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to setup a repo on A to mirror releases to B with a setting like this
gha-clone-releases/gha_clone_releases/main.py
Lines 123 to 127 in 5670ac0
Should be something like this
The text was updated successfully, but these errors were encountered: