chore: Update create-theme workflow to use DEPLOY_KEY instead of GITHUB_TOKEN for theme creation

This commit is contained in:
Mauro Balades 2024-08-15 21:04:37 +02:00
parent 363967f2ab
commit 91fe85d16a

View file

@ -78,7 +78,7 @@ jobs:
if: success() if: success()
with: with:
add-paths: themes/ add-paths: themes/
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.DEPLOY_KEY }}
commit-message: "Add theme: ${{ env.THEME_NAME }}" commit-message: "Add theme: ${{ env.THEME_NAME }}"
delete-branch: true delete-branch: true
title: "Add theme: ${{ env.THEME_NAME }}" title: "Add theme: ${{ env.THEME_NAME }}"