Skip to content

Commit

Permalink
Switch to HTTPS to load from git
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-water authored Apr 3, 2024
1 parent 35bfbd3 commit a2a2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wandb_create_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
wandb login ${{ secrets.WANDB_API_KEY }}
- name: Create WANDB job
run: |
wandb job create --project "${{ secrets.WANDB_PROJECT }}" --entity "${{ secrets.WANDB_ORG }}" --name "gha-${{ github.ref_name }}" git git@github.com:spaceml-org/SDO-FM.git -g launch-testing --entry-point "scripts/test.py"
wandb job create --project "${{ secrets.WANDB_PROJECT }}" --entity "${{ secrets.WANDB_ORG }}" --name "gha-${{ github.ref_name }}" git https://${{secrets.GITHUB_TOKEN}}@github.com/org-name/repo-name.git -g launch-testing --entry-point "scripts/test.py"

0 comments on commit a2a2127

Please sign in to comment.