Skip to content

Commit

Permalink
Added github token
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Oct 6, 2022
1 parent 0e509ce commit fdac5af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/openapi-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches: [main]

permissions:
repository-projects: write

jobs:
generate-typescript-axios:
runs-on: ubuntu-latest
Expand All @@ -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.
Expand Down

0 comments on commit fdac5af

Please sign in to comment.