Skip to content

Commit c314db4

Browse files
committed
Manual token push
1 parent a286270 commit c314db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Push changes
4949
if: steps.changed_files.outputs.files_changed == 'true'
5050
run: |
51-
${{ secrets.CI_PUSH_TOKEN }} | git push origin +main
51+
git push -f https://${{ secrets.CI_PUSH_TOKEN }}@github.com/project-codeflare/codeflare-sdk.git

0 commit comments

Comments
 (0)