Skip to content

Commit

Permalink
change workflow secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Jul 17, 2024
1 parent b843bd4 commit 5e32ed1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
4 changes: 2 additions & 2 deletions .github/workflows/sync-wporg-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@develop
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
IGNORE_OTHER_FILES: true
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -988,3 +988,4 @@ New Header/Footer Scripts module
= 1.0.0 =

* First version of the plugin

0 comments on commit 5e32ed1

Please sign in to comment.