Skip to content

Commit

Permalink
Merge pull request #47 from rtCamp/build/40-replace-wp-action-credent…
Browse files Browse the repository at this point in the history
…ial-variables

Update GitHub Action to Use SVN Credentials Instead of WordPress Credentials
  • Loading branch information
Anuj-Rathore24 authored Jan 24, 2025
2 parents 6eaee4a + 5078956 commit 54ce957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
EXCLUDE_LIST: .github .gitignore .eslintignore phpunit.xml phpcs.xml tests README.md
SLUG: search-with-google
ASSETS_DIR: wp-assets
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
WORDPRESS_PASSWORD: ${{ secrets.SVN_PASSWORD }}
WORDPRESS_USERNAME: ${{ secrets.SVN_USERNAME }}

0 comments on commit 54ce957

Please sign in to comment.