Skip to content

Commit a572adf

Browse files
authored
Merge branch 'develop' into topic/RDKEMW-6957_1
2 parents a8e473c + 4ac732e commit a572adf

File tree

3 files changed

+173
-437
lines changed

3 files changed

+173
-437
lines changed

.github/workflows/component-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Clone the project and start release
3333
run: |
3434
set -e
35-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} project
35+
git clone https://x-access-token:${{ secrets.RDKCM_RDKE }}@github.com/${{ github.repository }} project
3636
cd project
3737
git fetch --all
3838
git checkout main || git checkout -b main origin/main

0 commit comments

Comments
 (0)