Skip to content

Commit 78a5fb2

Browse files
authored
Update component-release.yml (#242)
1 parent a40b62d commit 78a5fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)