We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda2051 commit ffcf03aCopy full SHA for ffcf03a
.github/workflows/release-action-call.yml
@@ -0,0 +1,21 @@
1
+name: Release action
2
+# Call the reusable workflow release-solution-with-inputs.yml
3
+# Release your solution to prod when you create a new release.
4
+
5
+on:
6
+ release:
7
+ types: [created]
8
9
+jobs:
10
+ Release-solution-ALMLab:
11
+ uses: ./.github/workflows/release-solution-with-inputs.yml
12
+ with:
13
+ #You can specify the solution name here
14
+ solution_name: ALMLab
15
+ #Update your values here
16
+ BUILD_ENVIRONMENT_URL: https://tidariusbuild.crm9.dynamics.com
17
+ PRODUCTION_ENVIRONMENT_URL: https://tidariusprod.crm9.dynamics.com
18
+ CLIENT_ID: 8e4bb30c-79c5-4a03-a11d-184322a0a793
19
+ TENANT_ID: c0daba30-fba7-4669-a2fc-36142728b7e9
20
+ secrets:
21
+ envSecret: ${{ secrets.PowerPlatformSPN }}
0 commit comments