We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d58ba commit b0da8e6Copy full SHA for b0da8e6
.github/workflows/CD.yml
@@ -37,6 +37,7 @@ jobs:
37
ELASTIC_URI=localhost: ${{ secrets.ELASTIC_URI }}
38
ELASTIC_USERNAME: ${{ secrets.ELASTIC_USERNAME }}
39
ELASTIC_PASSWORD: ${{ secrets.ELASTIC_PASSWORD }}
40
+ LOKI_URL: ${{ secrets.LOKI_URL }}
41
42
steps:
43
- name: Github Repository 파일 불러오기
.github/workflows/CI.yml
@@ -45,6 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments