From 39fc724eb38af4b418c7a6c0542ad099ffa54383 Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 9 Oct 2024 23:28:11 -0400 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d14eb557..3aec4ed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: id: release-ui-components with: NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }} - GITHUB_TOKEN: ${{ secrets.PREFECT_CONTENTS_PR_RW }} + GITHUB_TOKEN: ${{ secrets.PREFECT_CONTENTS_PRS_RW }} RELEASE_TYPE: ${{ inputs.release_type }} - uses: prefecthq/actions-trigger-downstream-npm-package-updates@main From 847bc225eb9bab6894680be10eee53767c1a1e65 Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 9 Oct 2024 23:45:03 -0400 Subject: [PATCH 2/2] Update .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3aec4ed5..a1c109e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: id: release-ui-components with: NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }} - GITHUB_TOKEN: ${{ secrets.PREFECT_CONTENTS_PRS_RW }} + GITHUB_TOKEN: ${{ secrets.UI_COMPONENTS_CONTENTS_PRS_RW }} RELEASE_TYPE: ${{ inputs.release_type }} - uses: prefecthq/actions-trigger-downstream-npm-package-updates@main