Skip to content

Commit

Permalink
Update GitHub secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jelovirt committed Dec 13, 2024
1 parent 3e51275 commit bea493d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ 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 }}
title: Add ${{ env.PLUGIN_NAME }} ${{ env.VERSION }}
body: |
Add plug-in `${{ env.PLUGIN_NAME }}` version `${{ env.VERSION }}`.
* [Release notes](https://github.com/jelovirt/pdf-generator/releases/tag/${{ env.VERSION }})
* [Release notes](https://github.com/jelovirt/pdf-generator/releases/tag/${{ env.VERSION }})

0 comments on commit bea493d

Please sign in to comment.