Skip to content

Commit

Permalink
ci: point to Upryzing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Sep 7, 2024
1 parent a52d610 commit 248ba5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: github.event_name != 'pull_request' && github.ref_name == 'main'
uses: actions/checkout@v3
with:
repository: revoltchat/api
repository: upryzing/api-typescript
path: api
token: ${{ secrets.PAT }}

Expand All @@ -91,6 +91,6 @@ jobs:
with:
cwd: "api"
add: "*.json"
author_name: Revolt CI
author_email: revolt[email protected]
author_name: Upryzing CI
author_email: upryzing[email protected]
message: "chore: generate OpenAPI specification"

0 comments on commit 248ba5b

Please sign in to comment.