Skip to content

Commit

Permalink
Merge pull request #192 from rtCamp/update-action-variables-develop
Browse files Browse the repository at this point in the history
Workflow: Update the secret variables
  • Loading branch information
mrrobot47 authored Jan 24, 2025
2 parents cb59085 + 0964cb4 commit 7621b29
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: login-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 7621b29

Please sign in to comment.