Skip to content

Commit 23e5297

Browse files
committed
#24: Fix api token in dispatch_publish
1 parent bb42a1b commit 23e5297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
uses: peter-evans/repository-dispatch@v2.1.1
8282
if: ${{ github.event_name=='push' }}
8383
with:
84-
token: ${{ secrets.PERSONAL_TOKEN_REPO_WORKFLOW }}
84+
token: ${{ secrets.API_TOKEN_GITHUB }}
8585
event-type: dispatch_publish

0 commit comments

Comments
 (0)