mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
Added permissionf or github bot
This commit is contained in:
parent
fc255b558d
commit
0e509ceafa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/openapi-generator.yml
vendored
3
.github/workflows/openapi-generator.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
repository-projects: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-typescript-axios:
|
generate-typescript-axios:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue