Skip to content

Commit

Permalink
chore: Update credentials setuP
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 29, 2024
1 parent 734dea4 commit 18e0f7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
env:
ARGILLA_ENABLE_TELEMETRY: 0
ARGILLA_ELASTICSEARCH: http://elasticsearch:9200
DEFAULT_USER_ENABLED: 1
# Set credentials
USERNAME: argilla
PASSWORD: 12345678
API_KEY: argilla.apikey
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.2
ports:
Expand Down

0 comments on commit 18e0f7c

Please sign in to comment.