Skip to content

Commit

Permalink
fix: Payments flow triggers for azdo (#160)
Browse files Browse the repository at this point in the history
* fix payment flow action inputs

* minor fix
  • Loading branch information
diegolagospagopa authored Nov 15, 2024
1 parent bb5a3bd commit 8aab0d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/payments-flow-docker-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ jobs:

- name: 📦 Run Snapshot Docker Build/Push & Trigger
# https://github.com/pagopa/github-actions-template/releases/tag/v1.19.0
uses: pagopa/github-actions-template/payments-flow-docker-snapshot@37569377fa759368a01c1e7f40700b4118d65d0c
uses: pagopa/github-actions-template/payments-flow-docker-snapshot@fix-payments-flow-parameters
with:
current_branch: ${{ github.ref_name }}
enable_azure_devops_step: 'true'
azure_devops_apps: "[arc-be]"
azure_devops_project_url: 'https://dev.azure.com/pagopaspa/arc-projects'
azure_devops_pipeline_name: 'arc-cittadini-deploy-aks.deploy'
azure_devops_pat: ${{ secrets.AZUREDEVOPS_PAT }}
azure_template_parameters: |
{
"APPS": "[one-color]",
"APPS": "[arb-be]",
"POSTMAN_BRANCH": "${{ github.ref_name }}"
}
11 changes: 10 additions & 1 deletion .github/workflows/payments-flow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:

- name: 🚀 release + docker + azdo
# https://github.com/pagopa/github-actions-template/releases/tag/v1.19.1
uses: pagopa/github-actions-template/payments-flow-release@3ae6a4268ccff000194696b21e1124d9e8ddf997
uses: pagopa/github-actions-template/payments-flow-release@fix-payments-flow-parameters
with:
current_branch: ${{ github.ref_name }}
enable_azure_devops_step: 'true'
azure_devops_project_url: 'https://dev.azure.com/pagopaspa/arc-projects'
azure_devops_pipeline_name: 'arc-cittadini-deploy-aks.deploy'
azure_devops_pat: ${{ secrets.AZUREDEVOPS_PAT }}
azure_template_parameters: |
{
"APPS": "[arb-be]",
"POSTMAN_BRANCH": "${{ github.ref_name }}"
}
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1714
1117

0 comments on commit 8aab0d7

Please sign in to comment.