fix workflow permissions

This commit is contained in:
2025-07-15 14:02:22 -05:00
parent 745609423f
commit aa94bee606

View File

@@ -7,13 +7,11 @@ on:
branches: [ "main" ]
permissions:
contents: read
contents: write
pull-requests: write
jobs:
lint:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout code