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 352f37f commit 4ac732eCopy full SHA for 4ac732e
.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