Skip to content

Commit

Permalink
remove test read secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
WalissonPires committed Jan 28, 2024
1 parent 32ffc3b commit 1236a74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Test
env:
test_host: ${{ secrets.HOST }}
test_key: ${{ secrets.KEY }}
run: |
echo $test_host
echo $test_key

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1236a74

Please sign in to comment.