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 fb2297c commit d961d0bCopy full SHA for d961d0b
.github/workflows/sync_mirrors.yaml
@@ -23,11 +23,9 @@ jobs:
23
with:
24
path: fresh-clone
25
fetch-depth: 0
26
- - name: Setup credentials
+ - name: Push commits with credentials
27
+ working-directory: fresh-clone
28
run: |
29
eval $(ssh-agent -s)
- ssh-add - <<< '${{ secrets.BAZEL_EXAMPLES_CCI_DEPLOY_TOKEN }}'
30
ssh-add - <<< '${{ secrets.BAZEL_EXAMPLES_GHA_DEPLOY_TOKEN }}'
31
- - name: Push commits
32
- working-directory: fresh-clone
33
- run: git push git@github.com:aspect-build/bazel-examples-${{ matrix.dest }}.git HEAD:main
+ git push git@github.com:aspect-build/bazel-examples-${{ matrix.dest }}.git HEAD:main
0 commit comments