Skip to content

Commit

Permalink
Added Load environment variables step.
Browse files Browse the repository at this point in the history
  • Loading branch information
solomiofactura committed Sep 26, 2024
1 parent 00b66be commit bec2cd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:

- name: Test NugetApiKey
run: |
echo "NugetApiKey is set to: $NugetApiKey" # Will print the value (or part of it)
echo "NugetApiKey is set to: $NugetApiKey" # Will print the value (or part of it)
- name: Load environment variables
run: bash ./.devcontainer/load-env.sh

0 comments on commit bec2cd1

Please sign in to comment.