Skip to content

Commit

Permalink
found the problem...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed May 1, 2024
1 parent c51c6ba commit 74de693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
mvn deploy --settings .maven/settings.xml -DskipMunitTests \
-Dclient.id="${{ secrets.CONNECTED_APP_CLIENT_ID }}" \
-Dclient.secret="${{ secrets.CONNECTED_APP_CLIENT_SECRET }}"
-Ddecryption.key="${{ secrets.DECRYPTION_KEY }}"
- name: Deploy to CloudHub 2.0
run: |
mvn deploy --settings .maven/settings.xml -DskipMunitTests -DmuleDeploy \
-Dclient.id="${{ secrets.CONNECTED_APP_CLIENT_ID }}" \
-Dclient.secret="${{ secrets.CONNECTED_APP_CLIENT_SECRET }}"
-Dclient.secret="${{ secrets.CONNECTED_APP_CLIENT_SECRET }}" \
-Ddecryption.key="${{ secrets.DECRYPTION_KEY }}"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>4500658a-7637-4fcf-bc7d-51d1feb28edb</groupId> <!-- make sure to add your business group ID here -->
<artifactId>github-actions</artifactId>
<version>1.0.6</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<version>1.0.7</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<packaging>mule-application</packaging>
<name>github-actions</name>
<properties>
Expand Down

0 comments on commit 74de693

Please sign in to comment.