Skip to content

Commit 01c81fc

Browse files
committed
add permission for limited github token.
1 parent b9f0557 commit 01c81fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- uses: actions/checkout@v4
1517
- name: Set up JDK 11

0 commit comments

Comments
 (0)