Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Aug 30, 2024
1 parent b5f5fe3 commit 78afc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
MANAGEMENT_OPENTELEMETRY_RESOURCEATTRIBUTES_GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
MANAGEMENT_OPENTELEMETRY_RESOURCEATTRIBUTES_GITHUB_SHA=${GITHUB_SHA}
MANAGEMENT_OPENTELEMETRY_RESOURCEATTRIBUTES_GITHUB_RUN_NUMBER=${GITHUB_RUN_NUMBER}
MANAGEMENT_OTLP_LOGGING_ENDPOINT=${{ secrets.LOGNROLL_APIURL }}/v1/logs
MANAGEMENT_OTLP_LOGGING_HEADERS_AUTHORIZATION="Bearer ${{ secrets.LOGNROLL_ACCESSTOKEN }}"
GITHUB_ACCESSTOKEN=${{ secrets.GH_ACCESS_TOKEN }}
LOGNROLL_APIURL=${{ secrets.LOGNROLL_APIURL }}
LOGNROLL_ACCESSTOKEN=${{ secrets.LOGNROLL_ACCESSTOKEN }}
ENTRY_APIURL=${{ secrets.ENTRY_APIURL }}
MANAGEMENT_OTLP_LOGGING_ENDPOINT=${{ secrets.LOGNROLL_APIURL }}/v1/logs
MANAGEMENT_OTLP_LOGGING_HEADERS_AUTHORIZATION=${{ secrets.LOGNROLL_ACCESSTOKEN }}
EOF
docker run --rm \
-e BPL_JAVA_NMT_ENABLED=false \
Expand Down

0 comments on commit 78afc7e

Please sign in to comment.