johannespischinger / senti_anal

MIT License
2 stars 0 forks source link

wandb api key for github ci #51

Closed michaelfeil closed 2 years ago

michaelfeil commented 2 years ago

wandb api key not configured for github ci

https://github.com/johannespischinger/senti_anal/runs/4808536333?check_suite_focus=true

michaelfeil commented 2 years ago

/settings/secrets

jobs:
  weekday_job:
    runs-on: ubuntu-latest
    env:
      DAY_OF_WEEK: Mon
    steps:
      - name: "Hello world when it's Monday"
        if: ${{ env.DAY_OF_WEEK == 'Mon' }}
        run: echo "Hello $FIRST_NAME $middle_name $Last_Name, today is Monday!"
        env:
          WANDB_API_KEY: $github.SECRETS.WANDB_API
          WANDB_NAME: github_ci_tests
          WANDB_NAME: Octocat

https://docs.wandb.ai/guides/track/advanced/environment-variables