Skip to content

Commit

Permalink
added props
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed May 1, 2024
1 parent 8e65e9b commit c51c6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ 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: |
Expand Down
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.5</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<version>1.0.6</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 c51c6ba

Please sign in to comment.