Skip to content

Update secret.yaml

Update secret.yaml #2

Workflow file for this run

on: push

Check failure on line 1 in .github/workflows/secret.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/secret.yaml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
jobs:
First_trial_job:
secrets:
runs-on: ubuntu-latest
steps:
run: echo $WANDB_SEC
env:
SEC_VAR: ${{secrets.WANDB_SEC}}