Skip to content

Commit c8f2ece

Browse files
committed
Add token
1 parent f382a0a commit c8f2ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Train and report
1414
env:
15-
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
REPO_TOKEN: ${{ secrets.CML_TOKEN }}
1616
run: |
1717
pip install -r requirements.txt
1818
python train.py

0 commit comments

Comments
 (0)