Skip to content

Commit 1a0f63a

Browse files
committed
Update CI config
1 parent 51104ba commit 1a0f63a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
repository: GetStream/docs-content
2323
path: docs-content
24-
token: ${{ secrets.GITHUB_TOKEN }}
24+
token: ${{ secrets.STREAM_CI_TOKEN }}
2525
ref: automatic-api-spec-update
2626
- name: push
2727
run: |
@@ -31,4 +31,3 @@ jobs:
3131
cp ../openapi/video-openapi-clientside.json shared/assets/video-client-openapi.json
3232
cp ../openapi/video-openapi.json shared/assets/video-openapi.json
3333
git commit -m "Update video openapi Spec"
34-
git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)

0 commit comments

Comments
 (0)