ci: change perms?

This commit is contained in:
2026-05-22 23:22:17 +00:00
parent b52139af93
commit 22ac1eace8
+3
View File
@@ -10,6 +10,9 @@ on:
jobs: jobs:
test-with-tea: test-with-tea:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
actions: write
steps: steps:
- name: Install tea - 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 run: curl -sL "https://dl.gitea.com/tea/0.14.1/tea-0.14.1-linux-amd64" -o tea && chmod +x tea