Skip to content

Commit

Permalink
chore: update token for build to use api ops token (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 authored Jan 23, 2024
1 parent 698735e commit db2eabe
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 db2eabe

Please sign in to comment.