Skip to content

Commit d570a64

Browse files
fix: make replo path as secret
1 parent c98f6c4 commit d570a64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cesar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout CLI repo
4141
uses: actions/checkout@v4
4242
with:
43-
repository: ${{ vars.CES_EXECUTOR_REPO }}
43+
repository: ${{ secrets.CES_EXECUTOR_REPO }}
4444
token: ${{ secrets.TWOMS_BOT_PAT }}
4545
path: cli
4646
ref: master

.github/workflows/ci-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout CLI repo
4141
uses: actions/checkout@v4
4242
with:
43-
repository: ${{ vars.CES_EXECUTOR_REPO }}
43+
repository: ${{ secrets.CES_EXECUTOR_REPO }}
4444
token: ${{ secrets.TWOMS_BOT_PAT }}
4545
path: cli
4646
ref: master

0 commit comments

Comments
 (0)