Skip to content

Commit 541c608

Browse files
committed
ci: token
1 parent 4fc9b66 commit 541c608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@v4
3030

31-
- name: Checkout repo privé
31+
- name: Checkout RCMTool
3232
uses: actions/checkout@v4
3333
with:
3434
repository: Benncs/rcmtool
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
path: subprojects/rcmtool
37+
ref: v1.3
3738

3839

3940

0 commit comments

Comments
 (0)