From 668ef1f714afad60d625ce3bea6a2e323e675b84 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 21 Aug 2024 10:28:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5552118..59818db 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ to another file by using `pippo -c yourconfig.json`. ### auth_strategy -Authentification Strategy is optional and defaults to `oauth`, which is deprecated by adobe to Jan 1, 2025 -The following Options are supported: +Authentification Strategy is optional and defaults to `oauth`, because `jwt` is deprecated by Adobe to Jan 1, 2025. + +The following options are supported: * oauth2 * jwt From 8ee500076e22339f778cae62a7ebb8711ca34e05 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 21 Aug 2024 11:38:44 +0200 Subject: [PATCH 2/2] Use dev build in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5101a72..e6df2ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,4 +105,4 @@ jobs: with: use-cross: true command: build - args: --verbose --release --target ${{ matrix.target }} + args: --verbose --target ${{ matrix.target }}