Merge pull request #631 from zen-browser/fix/workflow-biome

fix(workflow): add permissions for contents and pull-requests in biome-autofix.yml
This commit is contained in:
mr. m 2025-05-26 01:36:01 +02:00 committed by GitHub
commit 80e7419370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,10 @@ on:
- "**.md"
- ".gitignore"
permissions:
contents: write
pull-requests: write
jobs:
biome-autofix:
runs-on: ubuntu-latest