We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eaee4a + 5078956 commit 54ce957Copy full SHA for 54ce957
.github/workflows/release_plugin_on_tag.yml
@@ -15,5 +15,5 @@ jobs:
15
EXCLUDE_LIST: .github .gitignore .eslintignore phpunit.xml phpcs.xml tests README.md
16
SLUG: search-with-google
17
ASSETS_DIR: wp-assets
18
- WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
19
- WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
+ WORDPRESS_PASSWORD: ${{ secrets.SVN_PASSWORD }}
+ WORDPRESS_USERNAME: ${{ secrets.SVN_USERNAME }}
0 commit comments