Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 26, 2024
1 parent 44228f9 commit 3129b1c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ jobs:
run: |
echo "API_KEY: $API_KEY"
env:
API_KEY: ${{ secrets.API_KEY }}
API_KEY: ${{ env.API_KEY }}

- name: Show secret 2
env:
API_KEY: ${{ secrets.API_KEY }}
run: |
echo "API_KEY: $API_KEY"
run: echo "my api key is ${{ secrets.API_KEY }}"

- name: Test with unittest
env:
Expand Down

0 comments on commit 3129b1c

Please sign in to comment.