Add permissions into GHA for GH_TOKEN
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -7,6 +7,9 @@ run-name: Release current version for branch ${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
permissions:
|
||||
actions: write
|
||||
|
||||
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
|
||||
with:
|
||||
buildToolArgs: dist
|
||||
|
||||
Reference in New Issue
Block a user