From 81361d5438635e67f27bd56d08e9ae7f8c9aae24 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Thu, 17 Apr 2025 10:51:35 -0500 Subject: [PATCH] Update .gitea/workflows/demo.yml --- .gitea/workflows/demo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 9dcf189..ba0c752 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -5,6 +5,8 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + container: + options: --security-opt label=disable --security-opt seccomp=unconfined steps: - run: echo We are running!