We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62b8f7 commit fcae14eCopy full SHA for fcae14e
.github/workflows/publish.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
+ with:
24
+ token: ${{ secrets.PRIVATE_REPO_PAT }}
25
- name: Setup uv
26
uses: astral-sh/setup-uv@v5
27
with:
0 commit comments