File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6464 exiftool
6565 key : exiftoolbinaries-12.77
6666 - name : Build
67+ env :
68+ DD_API_KEY : ${{ secrets.DD_API_KEY }}
69+ DD_APP_KEY : ${{ secrets.DD_APP_KEY }}
70+ DD_ENV : production
71+ DD_SERVICE : exas
72+ DD_SITE : datadoghq.eu
73+ PGO_NAME : exas
6774 run : |
6875 curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s -- "-c" "release.sh"
6976 ./download_exiftool
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.0
77require (
88 github.com/ViBiOh/absto v1.7.9
99 github.com/ViBiOh/flags v1.5.0
10- github.com/ViBiOh/httputils/v4 v4.75.3
10+ github.com/ViBiOh/httputils/v4 v4.75.4
1111 github.com/rabbitmq/amqp091-go v1.9.0
1212 go.opentelemetry.io/otel v1.26.0
1313 go.opentelemetry.io/otel/metric v1.26.0
You can’t perform that action at this time.
0 commit comments