We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1141bf6 commit 1eabb81Copy full SHA for 1eabb81
2 files changed
.github/workflows/generate-changeset.yml
@@ -64,7 +64,7 @@ jobs:
64
id: version
65
uses: "gradio-app/github/actions/generate-changeset@main"
66
with:
67
- github_token: ${{ secrets.CHANGESETS }}
+ github_token: ${{ secrets.GRADIO_PAT }}
68
main_pkg: trackio
69
pr_number: ${{ needs.get-pr.outputs.pr_number }}
70
branch_name: ${{ needs.get-pr.outputs.source_branch }}
pnpm-workspace.yaml
@@ -1,2 +1,2 @@
1
packages:
2
- - "gradio"
+ - "trackio"
0 commit comments