diff --git a/.github/workflows/flow-docker-snapshot.yml b/.github/workflows/flow-docker-snapshot.yml index d4b55fa..62f4049 100644 --- a/.github/workflows/flow-docker-snapshot.yml +++ b/.github/workflows/flow-docker-snapshot.yml @@ -21,9 +21,9 @@ on: required: false default: 'true' argocd_target_branch: - description: 'argocd target branch name' - required: false - default: 'main' + description: 'argocd target branch name' + required: false + default: 'main' postman_branch: description: postman branch name' required: false @@ -33,10 +33,6 @@ env: # branch choosed by workflow_dispatch or by push event CURRENT_BRANCH: ${{ github.event.inputs.branch || github.ref_name }} -permissions: - packages: write - contents: read - jobs: checkout: name: 🔖 Checkout Repository @@ -83,10 +79,10 @@ jobs: azure_devops_pat: ${{ secrets.AZURE_DEVOPS_TOKEN }} azure_template_parameters: | { - "APPS_TOP": "[p4pa-workflow-hub]", + "APPS_TOP": "[p4pa-debt-positions]", "ARGOCD_TARGET_BRANCH": "${{ github.event.inputs.argocd_target_branch }}", "POSTMAN_BRANCH": "${{ github.event.inputs.postman_branch }}", - "TRIGGER_MESSAGE": "p4pa-workflow-hub" + "TRIGGER_MESSAGE": "p4pa-debt-positions" } diff --git a/.github/workflows/flow-release.yml b/.github/workflows/flow-release.yml index 18033a5..9e794cd 100644 --- a/.github/workflows/flow-release.yml +++ b/.github/workflows/flow-release.yml @@ -52,7 +52,7 @@ jobs: azure_devops_pat: ${{ secrets.AZURE_DEVOPS_TOKEN }} azure_template_parameters: | { - "APPS_TOP": "[p4pa-workflow-hub]", + "APPS_TOP": "[p4pa-debt-positions]", "POSTMAN_BRANCH": "${{ github.ref_name }}", - "TRIGGER_MESSAGE": "p4pa-workflow-hub" + "TRIGGER_MESSAGE": "p4pa-debt-positions" }