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: