Skip to content

Commit

Permalink
Disable elastic-github-actions security
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Dec 9, 2024
1 parent 6eeedd4 commit 8cfc848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pod_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
with:
stack-version: 8.16.1
plugins: analysis-icu
security-enabled: false

- name: Setup Pod
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pod_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ jobs:
with:
stack-version: 8.16.1
plugins: analysis-icu
security-enabled: false

- name: Setup Pod
run: |
python manage.py create_pod_index --settings=pod.main.test_settings
curl --insecure -u elastic:changeme -XGET "https://elasticsearch.localhost:9200/pod/_search?pretty=true&q=fr"
curl -XGET "https://elasticsearch.localhost:9200/pod/_search?pretty=true&q=fr"
python manage.py makemigrations --settings=pod.main.test_settings
python manage.py migrate --settings=pod.main.test_settings
cd pod
Expand Down

0 comments on commit 8cfc848

Please sign in to comment.