diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-04-26 12:00:44 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-04-26 12:00:44 +0000 |
commit | 266f3b8a61c5bd73bc32c3bbeafc54062e25097f (patch) | |
tree | 7636027e8dc987bbf278dc3d65a801ee94472cfe /.github | |
parent | a7d67626da291316f5532fd1bf9e57f42bb327cc (diff) | |
download | poi-266f3b8a61c5bd73bc32c3bbeafc54062e25097f.tar.gz poi-266f3b8a61c5bd73bc32c3bbeafc54062e25097f.zip |
[github-325] Update GithubActions permissions. Thanks to @nathannaveen. This closes #325
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-gradle.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-gradle.yml b/.github/workflows/test-gradle.yml index d9f18b7367..0e226d182e 100644 --- a/.github/workflows/test-gradle.yml +++ b/.github/workflows/test-gradle.yml @@ -9,6 +9,8 @@ on: pull_request: branches: [ trunk ] +permissions: {} + jobs: build: |