Skip to content

Commit

Permalink
ci: add can-i-deploy/record-deployment pre/post artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Sep 5, 2024
1 parent 5ca8553 commit 0043028
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ jobs:
with:
useConfigFile: true
configFilePath: ./.github/gitversion.yml

- uses: pactflow/actions/can-i-deploy@auto_detect_version_branch
with:
to_environment: production
application_name: explore-cli
PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }}
PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }}
- name: Download artifacts
uses: actions/download-artifact@v4

Expand Down

0 comments on commit 0043028

Please sign in to comment.