We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1afc32 commit 4c55949Copy full SHA for 4c55949
1 file changed
.github/workflows/docs-sync-to-example.yml
@@ -60,6 +60,7 @@ jobs:
60
61
git config user.name "docs-sync[bot]"
62
git config user.email "docs-sync[bot]@users.noreply.github.com"
63
+ git remote set-url origin "https://x-access-token:${{ secrets.EXAMPLE_REPO_TOKEN }}@github.com/cosmos/example.git"
64
65
# Check for an existing open sync PR
66
EXISTING=$(gh pr list \
0 commit comments