diff --git a/.github/workflows/trigger-update-dependencies.yml b/.github/workflows/trigger-update-dependencies.yml index ec5d25a..7e21f28 100644 --- a/.github/workflows/trigger-update-dependencies.yml +++ b/.github/workflows/trigger-update-dependencies.yml @@ -8,7 +8,7 @@ on: required: true type: string secrets: - TOKEN: + GITHUB_TOKEN: description: Token to use to trigger update dependencies required: true @@ -19,4 +19,4 @@ jobs: steps: - run: gh workflow run composer-update.yml --repo=Humanoidfr/${{ inputs.TARGET }} --ref=main env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}