Skip to content

Commit

Permalink
fix: Actions github now have trigger to azdo (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa authored Jan 13, 2025
2 parents 1f3c08d + 2836edd commit 77f86e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/flow-docker-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📦 Snapshot docker
name: 📦 Flow Snapshot Docker

on:
push:
Expand Down Expand Up @@ -30,3 +30,12 @@ jobs:
uses: pagopa/github-actions-template/payments-flow-docker-snapshot@37569377fa759368a01c1e7f40700b4118d65d0c
with:
current_branch: ${{ github.ref_name }}
enable_azure_devops_step: 'true'
azure_devops_project_url: 'https://dev.azure.com/pagopaspa/p4pa-projects'
azure_devops_pipeline_name: 'p4pa-payhub-deploy-aks.deploy'
azure_devops_pat: ${{ secrets.AZURE_DEVOPS_TOKEN }}
azure_template_parameters: |
{
"APPS_TOP": "[p4pa-auth]",
"POSTMAN_BRANCH": "${{ github.ref_name }}"
}
11 changes: 10 additions & 1 deletion .github/workflows/flow-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Flow release
name: 🚀 Flow Release

on:
push:
Expand Down Expand Up @@ -27,3 +27,12 @@ jobs:
uses: pagopa/github-actions-template/payments-flow-release@3ae6a4268ccff000194696b21e1124d9e8ddf997
with:
current_branch: ${{ github.ref_name }}
enable_azure_devops_step: 'true'
azure_devops_project_url: 'https://dev.azure.com/pagopaspa/p4pa-projects'
azure_devops_pipeline_name: 'p4pa-payhub-deploy-aks.deploy'
azure_devops_pat: ${{ secrets.AZURE_DEVOPS_TOKEN }}
azure_template_parameters: |
{
"APPS_TOP": "[p4pa-auth]",
"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 @@
0001
1243

0 comments on commit 77f86e6

Please sign in to comment.