mirror of
https://github.com/immich-app/immich.git
synced 2025-01-17 01:06:46 +01:00
fixed
This commit is contained in:
parent
fdac5af5ee
commit
0e3fb41e73
1 changed files with 3 additions and 2 deletions
3
.github/workflows/openapi-generator.yml
vendored
3
.github/workflows/openapi-generator.yml
vendored
|
@ -13,7 +13,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout your code
|
# Checkout your code
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
# Use the action to generate a client package
|
# Use the action to generate a client package
|
||||||
|
|
Loading…
Reference in a new issue