Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve][ci] Add explicit GitHub Actions permissions #22568

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Apr 23, 2024

Motivation

This is required when running GitHub Actions in a fork that has been configured with restrictive access.

Explained in "Enforcing a policy for workflow permissions in your enterprise":

Anyone with write access to a repository can modify the permissions granted to the GITHUB_TOKEN, adding or removing access as required, by editing the permissions key in the workflow file. For more information, see permissions.

Modifications

Add explicit "permissions" to each workflow.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

- required when default access is restrictive
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant