mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
chore: Update create-theme workflow to use DEPLOY_KEY instead of GITHUB_TOKEN for theme creation
This commit is contained in:
parent
363967f2ab
commit
91fe85d16a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-theme.yml
vendored
2
.github/workflows/create-theme.yml
vendored
|
@ -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 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue