Skip to content

Merge pull request #2099 from navikt/TOLK-2619 #1282

Merge pull request #2099 from navikt/TOLK-2619

Merge pull request #2099 from navikt/TOLK-2619 #1282

name: "[PUSH] Create Package"
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "force-app/**"
jobs:
create-package:
name: Run Package Creation
uses: navikt/crm-workflows-base/.github/workflows/packageCreate.yml@master
permissions:
contents: write
secrets: inherit
install-in-uat:
name: Install in UAT
needs: [create-package]
uses: navikt/crm-workflows-base/.github/workflows/deployPackage.yml@master
permissions:
contents: read
with:
packageId: ${{ needs.create-package.outputs.packageId }}
org: uat
unpackagable: ./force-app/unpackagable-with-auto-deploy
secrets: inherit