Skip to content

Commit

Permalink
#4 check secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellino.palerme committed Oct 12, 2023
1 parent cb838a7 commit a554885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: '*'

jobs:
test:
deplou:
runs-on: ubuntu-latest

steps:
- name: Check secrets
run: echo ${{ secrets.ECHO }}
- name: Get repo
uses: actions/checkout@v3
- name: Use Node.js
Expand Down

0 comments on commit a554885

Please sign in to comment.