feat/files-control #52

Open
notazof wants to merge 32 commits from feat/files-control into main
2 changed files with 6 additions and 1 deletions
Showing only changes of commit c902852a24 - Show all commits

Secret scan
Some checks failed
Dotnet build and test / build (pull_request) Failing after 5s

Paul Schneider 2026-09-07 11:54:48 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -40,7 +40,10 @@ jobs:
fi
git submodule update --init --recursive
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
- name: Secret scan
uses: actions/secret-scan-action@v1
with:
install_scanners: true
- name: Test
run: |
echo "🚀 Lancement des tests..."

View file

@ -1,6 +1,8 @@
APP_PROJECT_NAMES=Org Blogs Api
SLNDIR=..
MAIN_SECRET="4QSFD923c65sdf-654"
include $(SLNDIR)/.env
include .env