Skip to content

Commit c197060

Browse files
committed
[CI] Disables security in GitHub action
1 parent e9f74dc commit c197060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
2929
stack-version: 8.2.0-SNAPSHOT
30+
security-enabled: false
3031
- uses: ruby/setup-ruby@v1
3132
with:
3233
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)