Skip to content

Commit 6d35992

Browse files
committed
Fixed a mis-matched token ref
1 parent c07a251 commit 6d35992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
uses: benc-uk/workflow-dispatch@v1
157157
with:
158158
workflow: Deploy Docs
159-
token: ${{ secrets.GH_TOKEN }}
159+
token: ${{ secrets.GH_PA_TOKEN }}
160160

161161
publish:
162162
name: Release
@@ -168,4 +168,4 @@ jobs:
168168
uses: benc-uk/workflow-dispatch@v1
169169
with:
170170
workflow: Generate New Release
171-
token: ${{ secrets.GH_TOKEN }}
171+
token: ${{ secrets.GH_PA_TOKEN }}

0 commit comments

Comments
 (0)