Skip to content

Commit

Permalink
chore: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 committed Jan 23, 2024
1 parent 76ec367 commit 34b73bf
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 @@ -40,7 +40,7 @@ jobs:
with:
app_directory: ${{ github.workspace }}
sdk_output_directory: ${{ github.workspace }}/actions
token: ${{ secrets.API_OPS_GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 34b73bf

Please sign in to comment.