You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 22:20:40 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (33)

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

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new c38931d  ISIS-2975: experiments (33)
c38931d is described below

commit c38931d062b6e1b55d87d178d78523aabfb6d72d
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 22:20:27 2022 +0000

    ISIS-2975: experiments (33)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 2 +-
 .m2/settings.xml                                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index af9459f..3991f61 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -93,7 +93,7 @@ jobs:
         GITHUB_TOKEN: ${{ github.token }}
         MVN_STAGES: deploy
         SOURCE_MODE: attach
-        SETTINGS_MODE: skip
+        SETTINGS_MODE: include
 
 
 # FOR DEBUG USE
diff --git a/.m2/settings.xml b/.m2/settings.xml
index c0f043c..f6b25e5 100644
--- a/.m2/settings.xml
+++ b/.m2/settings.xml
@@ -23,8 +23,8 @@
 
 		<server>
 			<id>github</id>
-			<username>${env.GH_DEPLOY_OWNER}</username>
-			<password>${env.GH_DEPLOY_TOKEN}</password>
+			<username>${env.GITHUB_ACTOR}</username>
+			<password>${env.GITHUB_TOKEN}</password>
 		</server>
 
 	</servers>