From dcbc81af8db438c2300abd9f4107c04f74f42d2e Mon Sep 17 00:00:00 2001 From: paadi Date: Mon, 4 Aug 2025 22:20:45 +0200 Subject: [PATCH] .gitea/workflows/build.yaml aktualisiert --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0e8870e..b45cb70 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,8 +13,8 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: print runner run: echo ${{ runner }} - - name: print token - run: echo ${{ secrets.GT_TOKEN }} + - name: run urandom + run: sudo mknod -m 666 /dev/urandom c 1 9 - name: Check out repository code uses: actions/checkout@v4 with: