Skip to content

Commit f8437ef

Browse files
Merge pull request #387 from rtCamp/build/replace-wp-action-credential-variables
Update the GH action to replace SVN_USERNAME and SVN_PASSWORD
2 parents a67a302 + 29f6fc6 commit f8437ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
EXCLUDE_LIST: .gitattributes .gitignore .travis.yml README.md deploy.sh readme.sh
1616
tests map.conf nginx.log wercker.yml vendor
1717
SLUG: nginx-helper
18-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
19-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
18+
WORDPRESS_PASSWORD: ${{ secrets.SVN_PASSWORD }}
19+
WORDPRESS_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)