Skip to content

Commit

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

Update the GH action to replace SVN_USERNAME and SVN_PASSWORD
  • Loading branch information
Vedant-Gandhi authored Dec 30, 2024
2 parents 45bd870 + 29f6fc6 commit 4c7e72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
EXCLUDE_LIST: .gitattributes .gitignore .travis.yml README.md deploy.sh readme.sh
tests map.conf nginx.log wercker.yml vendor
SLUG: nginx-helper
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
WORDPRESS_PASSWORD: ${{ secrets.SVN_PASSWORD }}
WORDPRESS_USERNAME: ${{ secrets.SVN_USERNAME }}

0 comments on commit 4c7e72c

Please sign in to comment.