Browse Source

update PAT token name

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 3 years ago
parent
commit
963e2e8757
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dispatch-release.yml

+ 1 - 1
.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',