We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f04dc3 + 58108f0 commit 3e99cbbCopy full SHA for 3e99cbb
1 file changed
.github/workflows/sync-to-mirror-repo.yml
@@ -19,10 +19,11 @@ 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: |
26
git config user.name "aws-sam-cli-bot"
27
git config user.email "aws-sam-cli-gh-bot@amazon.com"
- git remote set-url origin https://x-access-token:${{ secrets.SYNC_REPO_PAT }}@github.com/${{ github.repository }}.git
28
- git push origin develop:develop --force
+ git config --unset-all http.https://github.com/.extraheader || true
29
+ git push https://x-access-token:${{ secrets.SYNC_REPO_PAT }}@github.com/${{ github.repository }}.git develop:develop --force
0 commit comments