We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40b62d commit 78a5fb2Copy full SHA for 78a5fb2
.github/workflows/component-release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Clone the project and start release
33
run: |
34
set -e
35
- git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} project
+ git clone https://x-access-token:${{ secrets.RDKCM_RDKE }}@github.com/${{ github.repository }} project
36
cd project
37
git fetch --all
38
git checkout main || git checkout -b main origin/main
0 commit comments