Skip to content

Commit

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

Update GitHub Action to Use SVN Credentials Instead of WordPress Credentials
  • Loading branch information
Anuj-Rathore24 authored Jan 31, 2025
2 parents 667aaee + 374f9f0 commit ccb6b4f
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 @@ -14,5 +14,5 @@ jobs:
EXCLUDE_LIST: .github .gitignore .eslintignore phpunit.xml phpcs.xml tests README.md
SLUG: embed-google-drive
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 ccb6b4f

Please sign in to comment.