Skip to content

Commit

Permalink
feat: update action to deply to wordpress svn
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Jun 29, 2023
1 parent 935d895 commit 4102cb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-s3-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@ jobs:
STORE_URL: ${{ secrets.THEMEISLE_STORE_URL }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
BUILD_VERSION: ${{ env.BUILD_VERSION }}
uses: Codeinwp/action-store-release@main
uses: Codeinwp/action-store-release@main
- name: WordPress Theme Deploy
uses: Codeinwp/action-wordpress-theme-deploy@primary
env:
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}

0 comments on commit 4102cb2

Please sign in to comment.