This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new e2d8058042 Add env secrets
e2d8058042 is described below

commit e2d8058042e142ecb9eb38c06e1496b1f5d00474
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 14:23:11 2025 -0400

    Add env secrets
---
 .github/workflows/retrieveProfileId.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/retrieveProfileId.yml 
b/.github/workflows/retrieveProfileId.yml
index 1f2ddc0e67..dd7909346e 100644
--- a/.github/workflows/retrieveProfileId.yml
+++ b/.github/workflows/retrieveProfileId.yml
@@ -36,4 +36,9 @@ jobs:
       - name: "🔨 Find profile id"
         working-directory: 'grails-gradle'
         run: >
-          ./gradlew retrieveSonatypeStagingProfile
\ No newline at end of file
+          ./gradlew retrieveSonatypeStagingProfile
+        env:
+          GRAILS_PUBLISH_RELEASE: 'true'
+          NEXUS_PUBLISH_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          NEXUS_PUBLISH_PASSWORD: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
+          NEXUS_PUBLISH_URL: ${{ secrets.GRAILS_NEXUS_PUBLISH_RELEASE_URL }}
\ No newline at end of file

Reply via email to