Skip to content

Commit 723dea3

Browse files
committed
fix?: ci
1 parent 38ff845 commit 723dea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
jq -n --argjson payload "$release" '{ event_type: "release", client_payload: $payload }' \
171171
| gh api repos/{owner}/$repository/dispatches -X POST -i --input -
172172
env:
173-
GH_TOKEN: ${{ github.token }}
173+
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
174174
repository: ${{ matrix.repository }}
175175
release: ${{ needs.release.outputs.release }}
176176

0 commit comments

Comments
 (0)