Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e0c7160

Browse files
committed
build: updated pr feedback
1 parent 9a2748c commit e0c7160

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
env:
1111
GIT_USER_NAME: grails-build
1212
GIT_USER_EMAIL: [email protected]
13+
permissions:
14+
packages: read
1315
jobs:
1416
build:
1517
runs-on: ubuntu-24.04
16-
permissions:
17-
packages: read
1818
env:
1919
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
2020
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
env:
66
GIT_USER_NAME: grails-build
77
GIT_USER_EMAIL: [email protected]
8+
permissions:
9+
packages: read
810
jobs:
911
publish:
1012
name: "Publish to Sonatype Staging Repository"

0 commit comments

Comments
 (0)