From 0e3fb41e73dc98cb1172af8bf192ef6c88c6cdd0 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 6 Oct 2022 15:48:38 -0500 Subject: [PATCH] fixed --- .github/workflows/openapi-generator.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openapi-generator.yml b/.github/workflows/openapi-generator.yml index 761f7f3cf1..cf49da829f 100644 --- a/.github/workflows/openapi-generator.yml +++ b/.github/workflows/openapi-generator.yml @@ -13,8 +13,9 @@ jobs: steps: # Checkout your code - name: Checkout - uses: actions/checkout@v2 - token: ${{ secrets.GH_TOKEN }} + uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN }} # Use the action to generate a client package # This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.