Skip to content

Commit 54ce957

Browse files
Merge pull request #47 from rtCamp/build/40-replace-wp-action-credential-variables
Update GitHub Action to Use SVN Credentials Instead of WordPress Credentials
2 parents 6eaee4a + 5078956 commit 54ce957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_plugin_on_tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
EXCLUDE_LIST: .github .gitignore .eslintignore phpunit.xml phpcs.xml tests README.md
1616
SLUG: search-with-google
1717
ASSETS_DIR: wp-assets
18-
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
19-
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
18+
WORDPRESS_PASSWORD: ${{ secrets.SVN_PASSWORD }}
19+
WORDPRESS_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)