We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ff845 commit 723dea3Copy full SHA for 723dea3
1 file changed
.github/workflows/ci.yaml
@@ -170,7 +170,7 @@ jobs:
170
jq -n --argjson payload "$release" '{ event_type: "release", client_payload: $payload }' \
171
| gh api repos/{owner}/$repository/dispatches -X POST -i --input -
172
env:
173
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
174
repository: ${{ matrix.repository }}
175
release: ${{ needs.release.outputs.release }}
176
0 commit comments