Skip to content

Commit

Permalink
ci: fix email references
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Feb 5, 2024
1 parent 61bc395 commit 5ea4a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Configure the git user
run: |
git config user.name "versioning_user"
git config user.email "connaisseur@securesystems.dev"
git config user.email "semgr8s@securesystems.de"
- name: Install
run: |
pip install -r docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extra:
link: https://www.securesystems.de/
name: SSE Website
- icon: fontawesome/solid/envelope
link: mailto:christoph.hamsen@securesystems.dev
link: mailto:semgr8s@securesystems.de
name: Email contact

# Page tree
Expand Down

0 comments on commit 5ea4a25

Please sign in to comment.