1 Commits

Author SHA1 Message Date
a8409efca2 feat: change names
All checks were successful
test-build / build (push) Successful in 1m6s
test-build / guarddog (push) Successful in 1m0s
2026-05-12 19:12:36 -05:00
3 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.14.5'
python-version: '3.12.13'
- name: Install GuardDog
run: |

View File

@@ -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
@@ -72,7 +72,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.14.5'
python-version: '3.12.13'
- name: Install GuardDog
run: |
@@ -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

2
.gitignore vendored
View File

@@ -20,4 +20,4 @@ yarn-error.log*
# ide
.vscode/
site-profile.code-workspace
site-saralebens.code-workspace