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.
2 parents 5290658 + 526f4e2 commit 3e91109Copy full SHA for 3e91109
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
id: release-ui-components
30
with:
31
NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }}
32
- GITHUB_TOKEN: ${{ secrets.PREFECT_CONTENTS_PR_RW }}
+ GITHUB_TOKEN: ${{ secrets.UI_COMPONENTS_CONTENTS_PRS_RW }}
33
RELEASE_TYPE: ${{ inputs.release_type }}
34
35
- uses: prefecthq/actions-trigger-downstream-npm-package-updates@main
0 commit comments