Skip to content

Commit

Permalink
Create upload-lenses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsolopez authored Sep 16, 2024
1 parent 1a1db0c commit 1ded774
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/upload-lenses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Upload lens

on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:

jobs:
upload-lens:
uses: Gravitate-Health/reusable-workflows/.github/workflows/lenses-upload.yaml@main
secrets:
FHIR_SERVER_URL: ${{ secrets.FHIR_SERVER_URL }}
DELETE_LENS_URL: ${{ secrets.DELETE_LENS_URL }}

0 comments on commit 1ded774

Please sign in to comment.