added permissions to write
All checks were successful
Gitea CI/CD / Set Tag Name (push) Successful in 5s
Gitea CI/CD / build-and-test (push) Successful in 52s
Gitea CI/CD / docker-build-and-push (push) Successful in 7m29s
Gitea CI/CD / Create Tag (push) Successful in 7s

This commit is contained in:
2025-10-04 01:15:16 +02:00
parent daed8c1462
commit 12390031f9

View File

@@ -8,6 +8,9 @@ on:
#pull_request: #pull_request:
#branches: [ "development", "main", "staging" ] #branches: [ "development", "main", "staging" ]
permissions:
contents: write
env: env:
DOTNET_VERSION: '8.0.x' DOTNET_VERSION: '8.0.x'
DOCKER_IMAGE_NAME: watcher-server DOCKER_IMAGE_NAME: watcher-server