We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da34b8 commit 5b3a4f0Copy full SHA for 5b3a4f0
.github/workflows/ci.yaml
@@ -2,6 +2,8 @@ name: Java CI
2
3
on: [workflow_dispatch, push, pull_request]
4
5
+permissions: read-all
6
+
7
jobs:
8
test:
9
runs-on: ${{ matrix.os }}
.github/workflows/site.yaml
@@ -5,6 +5,9 @@ on:
branches:
- site
+permissions:
+ contents: write
10
11
12
build:
13
if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
0 commit comments