Skip to content

Commit

Permalink
ci: repository-dispatch@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 7, 2025
1 parent 0237754 commit a8cbe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Notify hyperkliv/www-samling-io
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
if: ${{ steps.version.outputs.version != '' }}
with:
token: ${{ secrets.TRIGGERING_GITHUB_TOKEN }}
Expand Down

0 comments on commit a8cbe31

Please sign in to comment.