update PAT token name

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2022-05-25 14:21:17 +02:00
parent 342ddc5ee5
commit 963e2e8757
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT_TOKEN }}
github-token: ${{ secrets.PAT_DOC_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'docker',