Skip to content

Commit

Permalink
Inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nanory committed Dec 18, 2023
0 parents commit aa6dc43
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/data_ingestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Data ingestion
on: ["push", "workflow_dispatch"]
jobs:
test:
environment: glvd-data-ingestion
name: data ingestion
runs-on: ubuntu-latest
steps:
- run: |
echo "${{ vars.PGDATABASE }}"
echo "${{ vars.PGHOST }}"
echo "${{ vars.PGPORT }}"
echo "${{ vars.PGUSER }}"

0 comments on commit aa6dc43

Please sign in to comment.