Skip to content

Commit

Permalink
Merge pull request #24 from eclipse-tractusx/fix/failing-publish-api-…
Browse files Browse the repository at this point in the history
…workflow

fix: add github token to generate swagger ui step
  • Loading branch information
ndr-brt authored Oct 2, 2024
2 parents 8561fdf + 02c5bd3 commit ff5bc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
with:
output: ${{ steps.determine_directory.outputs.DIR_PATH }}/swagger-ui
spec-file: ${{ matrix.specs }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
Expand Down

0 comments on commit ff5bc87

Please sign in to comment.