diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 3c0b819..62fda82 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -54,11 +54,11 @@ jobs: with: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' - title: 'Test Failure - Site Profile' + title: 'Test Failure - Site SaraLebens' priority: 4 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,failed - details: 'Tests have failed for building Site Profile' + details: 'Tests have failed for building Site SaraLebens' icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-saralebens/actions?workflow=test-build.yaml", "clear": true}]' image: true @@ -89,11 +89,11 @@ jobs: with: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' - title: 'Security Failure - Site Profile' + title: 'Security Failure - Site SaraLebens' priority: 4 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,failed - details: 'Guarddog scan failed for Site Profile' + details: 'Guarddog scan failed for Site SaraLebens' icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-saralebens/actions?workflow=test-build.yaml", "clear": true}]' image: true diff --git a/.gitignore b/.gitignore index 1355818..865fd3d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,4 @@ yarn-error.log* # ide .vscode/ -site-profile.code-workspace +site-saralebens.code-workspace