Added github token

This commit is contained in:
Alex Tran 2022-10-06 15:47:47 -05:00
parent 0e509ceafa
commit fdac5af5ee
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -6,9 +6,6 @@ on:
push:
branches: [main]
permissions:
repository-projects: write
jobs:
generate-typescript-axios:
runs-on: ubuntu-latest
@ -17,6 +14,7 @@ jobs:
# Checkout your code
- name: Checkout
uses: actions/checkout@v2
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.