shae2977 commited on
Commit
fbdc332
·
1 Parent(s): 4800ebf

minor updates

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-space.yml +3 -2
.github/workflows/sync-space.yml CHANGED
@@ -14,7 +14,7 @@ jobs:
14
 
15
  steps:
16
  - name: Check out repository
17
- uses: actions/checkout@v4
18
  with:
19
  fetch-depth: 0
20
  lfs: true
@@ -25,7 +25,8 @@ jobs:
25
  SPACE_REPO: shae2977/debugml-env
26
  run: |
27
  if [ -z "$HF_TOKEN" ]; then
28
- echo "HF_TOKEN secret is not set."
 
29
  exit 1
30
  fi
31
 
 
14
 
15
  steps:
16
  - name: Check out repository
17
+ uses: actions/checkout@v6
18
  with:
19
  fetch-depth: 0
20
  lfs: true
 
25
  SPACE_REPO: shae2977/debugml-env
26
  run: |
27
  if [ -z "$HF_TOKEN" ]; then
28
+ echo "GitHub Actions secret HF_TOKEN is not set."
29
+ echo "Add a Hugging Face write token at: Settings > Secrets and variables > Actions"
30
  exit 1
31
  fi
32