Skip to content

Commit

Permalink
Create release-action-call.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srishtiava authored Feb 22, 2023
1 parent 2cf3283 commit c88b456
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-action-call.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release action
# Call the reusable workflow release-solution-with-inputs.yml
# Release your solution to prod when you create a new release.

on:
release:
types: [created]

jobs:
Release-solution-ALMLab:
uses: ./.github/workflows/release-solution-with-inputs.yml
with:
#You can specify the solution name here
solution_name: ALMLab
#Update your values here
BUILD_ENVIRONMENT_URL: <BUILD_ENVIRONMENT>
PRODUCTION_ENVIRONMENT_URL: <PROD_ENVIRONMENT>
CLIENT_ID: <APP_ID>
TENANT_ID: <TENANT_ID>
secrets:
envSecret: ${{ secrets.PowerPlatformSPN }}

0 comments on commit c88b456

Please sign in to comment.