ci: update api token; add validate PR title

This commit is contained in:
izzy
2025-11-11 20:07:18 +00:00
parent 5b534242c4
commit 27ea7345ea
5 changed files with 22 additions and 208 deletions

View File

@@ -32,7 +32,7 @@ jobs:
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-nextest
locked: true
args: --locked
- name: Run cargo build
uses: actions-rs/cargo@v1
@@ -75,7 +75,7 @@ jobs:
with:
repository: stoatchat/javascript-client-api
path: api
token: ${{ secrets.PAT }}
ssh-key: ${{ secrets.DEPLOY_KEY_JAVASCRIPT_CLIENT_API }}
- name: Download OpenAPI specification
if: github.event_name != 'pull_request' && github.ref_name == 'main'