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 773cb98 commit 1babc91Copy full SHA for 1babc91
.github/workflows/repo-sync.yml
@@ -14,12 +14,9 @@ jobs:
14
uses: actions/checkout@v4
15
with:
16
ref: main
17
- - name: Add staging repo as remote
+ - name: Add staging repo as remote with token
18
run: |
19
- git remote add staging-repo https://github.com/awslabs/private-smithy-swift-staging.git
20
- - name: Set up auth
21
- run: |
22
- git config --global url."https://${{ secrets.REPO_SYNC_AUTOMATION_USER_TOKEN }}@github.com".insteadOf "https://github.com"
+ git remote add staging-repo https://${{ secrets.REPO_SYNC_AUTOMATION_USER_TOKEN }}@github.com/awslabs/private-smithy-swift-staging.git
23
- name: Push changes to staging repo
24
25
git push staging-repo main
0 commit comments