Skip to content

Commit

Permalink
try test with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
milsman2 committed Nov 25, 2023
1 parent f24f083 commit 4824605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Print sunrise/sunset data
run: |
python -m src.main
env:
TEST_URL: ${{ secrets.TEST_URL }}
- run: echo "🍏 This job's status is ${{ job.status }}."
DockerBuild:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4824605

Please sign in to comment.