Skip to content

Commit

Permalink
fix: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Oct 5, 2023
1 parent efbdc80 commit d6527ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
type: string
secrets:
TOKEN:
GITHUB_TOKEN:
description: Token to use to trigger update dependencies
required: true

Expand All @@ -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 }}

0 comments on commit d6527ed

Please sign in to comment.