Commit 73dfc558 authored by Jan Kiene's avatar Jan Kiene
Browse files

try different token

parent fc0c6d2e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ check-merged-ci-config-is-valid:
      | curl -sS -X POST \
             --url "https://forge.3gpp.org/rep/api/v4/projects/$project_id/ci/lint?include_merged_yaml=true" \
             -H "Content-Type: application/json" \
             -H "PRIVATE-TOKEN: $LINT_TOKEN" \
             -H "PRIVATE-TOKEN: $LINT_TOKEN_FLOAT" \
             --output $BASELINE_RESPONSE \
             --data-binary @-

@@ -59,7 +59,7 @@ check-merged-ci-config-is-valid:
      | curl -sS -X POST \
             --url "https://forge.3gpp.org/rep/api/v4/projects/$project_id/ci/lint?include_merged_yaml=true" \
             -H "Content-Type: application/json" \
             -H "PRIVATE-TOKEN: $LINT_TOKEN" \
             -H "PRIVATE-TOKEN: $LINT_TOKEN_FLOAT" \
             --output $MERGED_RESPONSE \
             --data-binary @-