This commit is contained in:
Alex Tran
2022-10-06 15:48:38 -05:00
parent fdac5af5ee
commit 0e3fb41e73

View File

@@ -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