Skip to content

Commit

Permalink
chore: update token for build to use api ops token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 committed Jan 23, 2024
1 parent fb6459f commit 24b14be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
app_directory: ${{ github.workspace }}
sdk_output_directory: ${{ github.workspace }}/actions
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.API_OPS_GH_PAT }}

- name: Commit SDK changes to the PR
shell: bash
Expand Down

0 comments on commit 24b14be

Please sign in to comment.