Skip to content

Commit 7395403

Browse files
committed
CI: use vars.SGM_CHECKPOINTS_PATH
1 parent 820e802 commit 7395403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-inference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: "Symlink checkpoints"
18-
run: ln -s ${{secrets.SGM_CHECKPOINTS_PATH}} checkpoints
18+
run: ln -s ${{vars.SGM_CHECKPOINTS_PATH}} checkpoints
1919
- name: "Setup python"
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)