Skip to content

Commit

Permalink
env vars values updated
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Jan 10, 2024
1 parent 8739507 commit cdc4011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
ES_PORT=${{ vars.ES_PORT }}
ES_USERNAME=${{ vars.ES_USERNAME }}
ES_PASSWORD=${{ secrets.ES_PASSWORD }}
GEONETWORK_DB_PASSWORD=${{ vars.GEONETWORK_DB_PASSWORD }}
GEONETWORK_DB_PASSWORD=${{ secrets.GEONETWORK_DB_PASSWORD }}
GEONETWORK_DB_TYPE=${{ vars.GEONETWORK_DB_TYPE }}
GEONETWORK_DB_HOST=${{ vars.GEONETWORK_DB_HOST }}
Expand Down

0 comments on commit cdc4011

Please sign in to comment.