mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
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:
commit
80e7419370
1 changed files with 4 additions and 0 deletions
4
.github/workflows/biome-autofix.yml
vendored
4
.github/workflows/biome-autofix.yml
vendored
|
@ -8,6 +8,10 @@ on:
|
|||
- "**.md"
|
||||
- ".gitignore"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
biome-autofix:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue