Skip to content

Commit

Permalink
This should do it, copied from build_deploy_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Nov 22, 2024
1 parent 76aa8e3 commit f6f0fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuclia_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Nuclia Sync
env:
DEPLOY_NUCLIA_URL: ${{github.repository.DEPLOY_NUCLIA_URL}}
DEPLOY_NUCLIA_URL: ${{vars.DEPLOY_NUCLIA_URL}}
DEPLOY_NUCLIA_TOKEN: ${{secrets.DEPLOY_NUCLIA_TOKEN}}
run: |
python3 upload.py
Expand Down

0 comments on commit f6f0fda

Please sign in to comment.