Skip to content

Commit

Permalink
try to install openapi-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kononenko committed Oct 25, 2024
1 parent 0729939 commit e1e1948
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-tidal-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch: # manual triggering of this workflow
push:

permissions:
contents: write
pull-requests: write

jobs:
codegen:
runs-on: ubuntu-latest
Expand All @@ -19,6 +23,7 @@ jobs:
- name: Install openapi-generator
run: |
source $GITHUB_ENV
brew install openapi-generator
brew list
Expand Down

0 comments on commit e1e1948

Please sign in to comment.