Skip to content
3 changes: 3 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Python Tests (consolidated)

permissions:
Copy link

Copilot AI Aug 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding permissions configuration is good practice, but consider being more specific about required permissions. Using 'contents: read' is appropriately restrictive for a test workflow that only needs to read repository contents.

Copilot uses AI. Check for mistakes.
contents: read

on:
push:
branches: [ main ]
Expand Down
Loading