Skip to content

Commit

Permalink
Remove unessesary name and rename PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 27, 2023
1 parent 2980f56 commit 140ce48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dispatch_on_new_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Dispatch on new release
on:
release:
types:
Expand All @@ -14,4 +13,4 @@ jobs:
repository: InseeFrLab/paris-sspcloud
event-type: onyxia_release
client-payload: '{"tag_name": "${{github.event.release.tag_name}}"}'
token: ${{secrets.PAT_PRIVATE_REPO_DISPATCH}}
token: ${{secrets.PAT_FOR_REPOSITORY_DISPATCH}}

0 comments on commit 140ce48

Please sign in to comment.