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 be1a491 commit fdfbcffCopy full SHA for fdfbcff
.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/sonatype.yaml
@@ -5,6 +5,8 @@ on:
branches:
- master
10
11
build:
12
if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
0 commit comments