Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Dec 9, 2024
1 parent 51104ba commit 1a0f63a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repository: GetStream/docs-content
path: docs-content
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.STREAM_CI_TOKEN }}
ref: automatic-api-spec-update
- name: push
run: |
Expand All @@ -31,4 +31,3 @@ jobs:
cp ../openapi/video-openapi-clientside.json shared/assets/video-client-openapi.json
cp ../openapi/video-openapi.json shared/assets/video-openapi.json
git commit -m "Update video openapi Spec"
git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)

0 comments on commit 1a0f63a

Please sign in to comment.