We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6adc867 + 4c60690 commit d6e60a9Copy full SHA for d6e60a9
.github/workflows/upgrade-downstream.yml
@@ -95,6 +95,7 @@ jobs:
95
git checkout -b $BRANCH
96
git add -A
97
git commit -m "chore: upgrade @chromatic-com/tetra to v${{ steps.tetra.outputs.version }}"
98
+ git remote set-url origin "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ matrix.repo }}.git"
99
git push origin $BRANCH
100
101
- name: Open PR
0 commit comments