From 963e2e87573e8362429e72dd636bfd0d683bcb7a Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Wed, 25 May 2022 14:21:17 +0200 Subject: [PATCH] update PAT token name Signed-off-by: Guillaume Lours --- .github/workflows/dispatch-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-release.yml b/.github/workflows/dispatch-release.yml index 86c264f9b..f70790402 100644 --- a/.github/workflows/dispatch-release.yml +++ b/.github/workflows/dispatch-release.yml @@ -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',