Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: releases created with
GITHUB_TOKEN
don't create release event
See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow : > When you use the repository's GITHUB_TOKEN to perform tasks, events triggered by the GITHUB_TOKEN, with the exception of workflow_dispatch and repository_dispatch, will not create a new workflow run. We need to trigger the release event though in order to run the cargo publish job. So this commit sets up a personal access token instead.
- Loading branch information