Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate SDKs
name: Generate PRs

on:
# push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
id: set-matrix
run: echo "matrix=$(jq -c . .github/sdk-matrix.json)" >> "$GITHUB_OUTPUT"

generate:
generate_pr:
needs: load-matrix
runs-on: ubuntu-latest
strategy:
Expand All @@ -39,7 +39,7 @@ jobs:
id: app-token
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
with:
app-id: ${{ secrets.SDK_BOT_APP_ID }}
app-id: ${{ vars.SDK_BOT_APP_ID }}
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}

- name: Checkout openapi-spec
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/validate-sdks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Validate SDKs

on:
pull_request:
branches: [main]
# pull_request:
# branches: [main]
workflow_dispatch:

concurrency:
group: sdk-validation-${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
id: app-token
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
with:
app-id: ${{ secrets.SDK_BOT_APP_ID }}
app-id: ${{ vars.SDK_BOT_APP_ID }}
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}

- name: Checkout openapi-spec
Expand Down
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74967ba74f9d568f8bc971f248db796791cc319f
de458a3b6d5e3e7c8c02eef4117639c81be1a720
Loading