Skip to content

Commit

Permalink
Merge pull request #6 from manrodrigues/develop
Browse files Browse the repository at this point in the history
add workflow
  • Loading branch information
manrodrigues authored Dec 29, 2023
2 parents 967cffc + 9059041 commit 5195174
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/beach_today.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Beach Today

on:
workflow_dispatch:

# schedule:
# - cron: '*/5 * * * *' # every 5 minutes

jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run check
env:
NOME: ${{ secrets.NOME }}
EMAIL: ${{ secrets.EMAIL }}
NUMERO_MATRICULA: ${{ secrets.NUMERO_MATRICULA }}
CREDENCIAL_ID: ${{ secrets.CREDENCIAL_ID }}

run: |
pip install -r requirements.txt

0 comments on commit 5195174

Please sign in to comment.