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