Skip to content

Commit

Permalink
Update repository dispatch action to v2.1.1 (ponylang#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Aug 31, 2023
1 parent e8601d6 commit 8cd4f6d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/cloudsmith-package-sychronised.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ jobs:
- ponylang/ponyup
steps:
- name: Send
uses: ponylang-main/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4
# v2.1.1
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}
repository: ${{ matrix.repo }}
Expand Down Expand Up @@ -360,7 +361,8 @@ jobs:
- ponylang/shared-docker
steps:
- name: Send
uses: ponylang-main/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4
# v2.1.1
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}
repository: ${{ matrix.repo }}
Expand Down Expand Up @@ -390,7 +392,8 @@ jobs:
- ponylang/corral
steps:
- name: Send
uses: ponylang-main/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4
# v2.1.1
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}
repository: ${{ matrix.repo }}
Expand Down Expand Up @@ -422,7 +425,8 @@ jobs:
- ponylang/shared-docker
steps:
- name: Send
uses: ponylang-main/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4
# v2.1.1
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}
repository: ${{ matrix.repo }}
Expand Down

0 comments on commit 8cd4f6d

Please sign in to comment.