Skip to content

Commit

Permalink
Update peter-evans/repository-dispatch action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] authored and romaingweb committed May 12, 2022
1 parent 1e2102f commit 4b5aa0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: "REPORT -- Nofify SmartBear infrastructure of new container image"
if: success()
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.SWAG_BOT_TOKEN }}
repository: smartbear/git-en-boite-infra
Expand All @@ -141,7 +141,7 @@ jobs:

- name: "REPORT -- Nofify SmartBear infrastructure of new production container image"
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.SWAG_BOT_TOKEN }}
repository: smartbear/git-en-boite-infra
Expand Down

0 comments on commit 4b5aa0f

Please sign in to comment.