From 53b7c988e2f49ebc83934a6f1d1ee13e7086c0a3 Mon Sep 17 00:00:00 2001 From: Olaf Rode <olaf.rode@fokus.fraunhofer.de> Date: Fri, 6 Dec 2024 14:54:44 +0100 Subject: [PATCH] docs: aligning documentations --- curl/README.md | 4 +++- curl/token.b64 | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/curl/README.md b/curl/README.md index b2bcd07..abf3d0f 100644 --- a/curl/README.md +++ b/curl/README.md @@ -5,4 +5,6 @@ Folgende Pakete werden zur Ausführung des Skripts benötigt: - **curl** (command line tool and library for transferring data with URLs) - [Website](https://curl.se/) -- **jq** (leightweight and flexible command-line JSON processor) - [Website](https://jqlang.github.io/jq/) \ No newline at end of file +- **jq** (leightweight and flexible command-line JSON processor) - [Website](https://jqlang.github.io/jq/) + +Bevor das Skript gestartet wird muss ein gültiges Access Token für die Umgebung beschafft und in der Datei `token.b64` hinterlegt werden. Der einfachste Weg führt über die Webseite. \ No newline at end of file diff --git a/curl/token.b64 b/curl/token.b64 index c1bd693..75fa1b3 100644 --- a/curl/token.b64 +++ b/curl/token.b64 @@ -1 +1 @@ -HIER BITTE DEN ÜBER DIE WEBSITE GENERIERTEN TOKEN EINFÜGEN \ No newline at end of file +{{ACCESS_TOKEN}} \ No newline at end of file -- GitLab