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.
2 parents 5a0f385 + f3eadea commit 97f9bb1Copy full SHA for 97f9bb1
.github/workflows/publish-snapshot.yml
@@ -2,11 +2,16 @@ name: Maven Publish Snapshot
2
3
on: [workflow_dispatch]
4
5
+permissions: {}
6
+
7
jobs:
8
build:
9
10
runs-on: ubuntu-latest
11
12
+ permissions:
13
+ contents: write # for git-push after version modifications
14
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
17
- name: Set up JDK 8
.github/workflows/release.yml
@@ -9,12 +9,14 @@ on:
default: false
type: boolean
18
permissions:
- contents: write
19
20
21
22
- name: Checkout code
0 commit comments