Skip to content

Merge pull request #705 from navikt/improve_getlist_functionality #453

Merge pull request #705 from navikt/improve_getlist_functionality

Merge pull request #705 from navikt/improve_getlist_functionality #453

name: "[PUSH] Create Package"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "force-app/**"
jobs:
create-package:
name: Run Package Creation
uses: navikt/crm-workflows-base/.github/workflows/packageCreate.yml@master
with:
SFDX_ENV: HEADER_ENV_REPLACER='"Dev"' DEPLOY_DESTINATION=DEV
permissions:
contents: write
secrets: inherit