Skip to content

updated ci.yml to add checks for NugetAPiKey env var #4

updated ci.yml to add checks for NugetAPiKey env var

updated ci.yml to add checks for NugetAPiKey env var #4

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set NugetApiKey environment variable
run: echo "NugetApiKey: ${{ secrets.TRI_MONTHLY_TEMPO }}"

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
env:
NugetApiKey: ${{ secrets.TRI_MONTHLY_TEMPO }}
- name: Set up environment
env:
NugetApiKey: ${{ secrets.TRI_MONTHLY_TEMPO }}
run: bash /workspaces/PersistedAssemblyBuilder.ConsoleApp/.devcontainer/load-env.sh