Merge pull request #573 from navikt/NKS-1637 #366
Workflow file for this run
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: | |
- master | |
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 |