python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

fix: follow the principle of least privilege

Open gcanlin opened this issue 7 months ago • 0 comments

Here is a minor change in ci.yml, which doesn't make some real effect but for more secure usage of actions. GitHub official docs introduced it.

Make sure the credentials being used within workflows have the least privileges required, and be mindful that any user with write access to your repository has read access to all secrets configured in your repository.

gcanlin avatar Jun 10 '25 03:06 gcanlin