From 6b08dccb232ad792f06dff41918b9bfe78954842 Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 9 Oct 2024 23:36:37 -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 3490294..38481eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,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 53db584c14f54c15b1f4dc146c69bde4679b6dec Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 9 Oct 2024 23:44:05 -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 38481eb..1c645d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,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