Skip to content

Commit

Permalink
Update dispatch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 27, 2023
1 parent 25d425a commit ce8bdca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dispatch_on_new_release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
on:
release:
types:
- created

release:
types:
- created
jobs:

notify_paris_sspcloud:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v1
with:
repository: InseeFrLab/paris-sspcloud
event-type: onyxia_release
client-payload: '{"tag_name": "${{github.event.release.tag_name}}"}'
client-payload: '{"release_tag_name": "${{github.event.release.tag_name}}"}'
token: ${{secrets.PAT_FOR_REPOSITORY_DISPATCH}}

0 comments on commit ce8bdca

Please sign in to comment.