We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d9266 commit 8fea168Copy full SHA for 8fea168
.github/workflows/backend.yml
@@ -215,5 +215,5 @@ jobs:
215
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
216
BASIC_AUTH_USER=${{ vars.BASIC_AUTH_USER }}
217
BASIC_AUTH_PASSWORD=${{ vars.BASIC_AUTH_PASSWORD }}
218
- MASTODON_APPS="${{ secrets.MASTODON_APPS }}"
+ MASTODON_APPS='${{ secrets.MASTODON_APPS }}'
219
deploy_timeout: 480
backend/README.md
@@ -4,7 +4,7 @@ Plone Projekt für die deutschsprachige Plone Tagung.
4
5
## Features
6
7
-* Configure the website
+* Configure the website for tagung.
8
9
## Installation
10
0 commit comments