ci: change perms?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user