diff --git a/.github/workflows/dispatch_on_new_release.yml b/.github/workflows/dispatch_on_new_release.yml index d8f7d04a8..cee953be8 100644 --- a/.github/workflows/dispatch_on_new_release.yml +++ b/.github/workflows/dispatch_on_new_release.yml @@ -1,4 +1,3 @@ -name: Dispatch on new release on: release: types: @@ -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}} \ No newline at end of file + token: ${{secrets.PAT_FOR_REPOSITORY_DISPATCH}} \ No newline at end of file