Skip to content

Conversation

@kylechui
Copy link
Owner

Using a GitHub private access token in order to allow other actions to run on top of the release-please action, since otherwise they are blocked to avoid recursive actions.

You will want to configure a GitHub Actions secret with a Personal Access Token
if you want GitHub Actions CI checks to run on Release Please PRs.

Ref: https://github.com/googleapis/release-please-action?tab=readme-ov-file#other-actions-on-release-please-prs

Using a GitHub private access token in order to allow other actions to
run on top of the `release-please` action, since otherwise they are
blocked to avoid recursive actions.

> You will want to configure a GitHub Actions secret with a Personal Access Token
> if you want GitHub Actions CI checks to run on Release Please PRs.

Ref: https://github.com/googleapis/release-please-action?tab=readme-ov-file#other-actions-on-release-please-prs
@kylechui kylechui merged commit 7977592 into main Mar 16, 2025
4 checks passed
@kylechui kylechui deleted the fix/luarocks-release-please branch March 16, 2025 07:30
@kylechui
Copy link
Owner Author

This works if in the PAT you grant read/write access to contents as well as pull requests. When I check the status of my PAT it says that it has 3 sets of permissions:

  • Contents: Read and write
  • Metadata: Read-only
    • Note that this one is mandatory
  • Pull Requests: Read and write

phgz pushed a commit to phgz/nvim-surround that referenced this pull request Mar 28, 2025
Using a GitHub private access token in order to allow other actions to
run on top of the `release-please` action, since otherwise they are
blocked to avoid recursive actions.

> You will want to configure a GitHub Actions secret with a Personal Access Token
> if you want GitHub Actions CI checks to run on Release Please PRs.

Ref: https://github.com/googleapis/release-please-action?tab=readme-ov-file#other-actions-on-release-please-prs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants