From 22ac1eace84cceaaf29ea54be8fc089fc62af770 Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 23:22:17 +0000 Subject: [PATCH] ci: change perms? --- .gitea/workflows/test-dispatch.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index 90100ec..20d94e2 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -10,6 +10,9 @@ on: jobs: test-with-tea: runs-on: ubuntu-latest + permissions: + actions: write + steps: - name: Install tea run: curl -sL "https://dl.gitea.com/tea/0.14.1/tea-0.14.1-linux-amd64" -o tea && chmod +x tea