From bea493def87556d06256626ee8f6e81cc225136f Mon Sep 17 00:00:00 2001 From: Jarno Elovirta Date: Fri, 13 Dec 2024 10:34:38 +0200 Subject: [PATCH] Update GitHub secret --- .github/workflows/dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 590caa4..67aac66 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -61,7 +61,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: path: registry - token: ${{ secrets.TOKEN }} + token: ${{ secrets.THEME_REGISTRY_PR }} push-to-fork: jelovirt/registry branch-suffix: timestamp commit-message: Add ${{ env.PLUGIN_NAME }} ${{ env.VERSION }} @@ -69,4 +69,4 @@ jobs: body: | Add plug-in `${{ env.PLUGIN_NAME }}` version `${{ env.VERSION }}`. - * [Release notes](https://github.com/jelovirt/pdf-generator/releases/tag/${{ env.VERSION }}) \ No newline at end of file + * [Release notes](https://github.com/jelovirt/pdf-generator/releases/tag/${{ env.VERSION }})