We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0707ac1 commit 114b3beCopy full SHA for 114b3be
1 file changed
.github/workflows/sync-to-mirror-repo.yml
@@ -19,8 +19,9 @@ jobs:
19
repository: aws/aws-sam-cli
20
ref: develop
21
fetch-depth: 0
22
+ persist-credentials: false
23
24
- name: Push to mirror repo
25
run: |
- git remote set-url origin https://x-access-token:${{ secrets.SYNC_TOKEN }}@github.com/${{ github.repository }}.git
26
- git push origin develop:develop --force
+ git remote add mirror https://x-access-token:${{ secrets.SYNC_TOKEN }}@github.com/${{ github.repository }}.git
27
+ git push mirror develop:develop --force
0 commit comments