Skip to content

Commit ac19ae7

Browse files
committed
fix(cd): attempt to authenticate the push
1 parent d79073e commit ac19ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
if: matrix.repositoryfy == true && steps.check_changes.outputs.changes_detected == 'true'
192192
run: |
193193
cd igniteui-live-editing-samples/${{ matrix.submodule_dir }}
194-
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/IgniteUI/igniteui-live-editing-samples.git
194+
git push https://x-access-token:${{ secrets.CLASSIC_PAT_GITHUB }}@github.com/IgniteUI/igniteui-live-editing-samples.git
195195
continue-on-error: true
196196

197197
- name: Trigger Deploy Workflow in IgniteUI Actions

0 commit comments

Comments
 (0)