We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79073e commit ac19ae7Copy full SHA for ac19ae7
1 file changed
.github/workflows/cd-matrix.yml
@@ -191,7 +191,7 @@ jobs:
191
if: matrix.repositoryfy == true && steps.check_changes.outputs.changes_detected == 'true'
192
run: |
193
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
+ git push https://x-access-token:${{ secrets.CLASSIC_PAT_GITHUB }}@github.com/IgniteUI/igniteui-live-editing-samples.git
195
continue-on-error: true
196
197
- name: Trigger Deploy Workflow in IgniteUI Actions
0 commit comments