Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8681 - replace nbc mail adresses #1085

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/clean_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "branch_exists=false" >> $GITHUB_ENV
fi
## Write for matrix outputs workaround https://github.com/orgs/community/discussions/17245
- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
- uses: cloudposse/github-action-matrix-outputs-write@v1
id: out
with:
matrix-step-name: ${{ github.job }}
Expand All @@ -90,7 +90,7 @@ jobs:
are_all_branches_deleted: ${{ steps.are_all_branches_deleted.outputs.are_all_branches_deleted }}
steps:
## read for matrix outputs workaround https://github.com/orgs/community/discussions/17245
- uses: cloudposse/github-action-matrix-outputs-read@0.1.2
- uses: cloudposse/github-action-matrix-outputs-read@v1
id: read
with:
matrix-step-name: gather_branch_exists
Expand Down
4 changes: 2 additions & 2 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SC_SHORTNAME: nbc
SC_TITLE: Niedersächsische Bildungscloud
SC_PRODUCTNAME: Niedersächsische Bildungscloud
SC_NAV_TITLE: Niedersächsische Bildungscloud
SC_CONTACT_EMAIL: [email protected]
SC_CONTACT_EMAIL: [email protected]
GLOBAL_ANNOUNCEMENT_TEXT: ""
GLOBAL_ANNOUNCEMENT_ROLES: teacher,administrator
TRAINING_URL: "https://openelec.moodle-nds.de/course/index.php?categoryid=53"
Expand Down Expand Up @@ -95,7 +95,7 @@ ES_MERLIN_AUTH_URL: http://merlin.nibis.de/auth.php
# produktive Instanz
PROD_INSTANCE: true
# accessibility
ACCESSIBILITY_REPORT_EMAIL: [email protected]
ACCESSIBILITY_REPORT_EMAIL: [email protected]

# Identity Management
IDENTITY_MANAGEMENT__TENANT: "{{ SC_THEME }}"
Expand Down
Loading