Edit validation rule Related_To_is_required (#2127) #859
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
permissions: | |
contents: write | |
secrets: inherit |