mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +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"
|
- "**.md"
|
||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
biome-autofix:
|
biome-autofix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue