Skip to content

Commit 54d5af0

Browse files
committed
build: update the WORDPRESS_USERNAME and WORDPRESS_PASSWORD to SVN_USERNAME and SVN_PASSWORD.
1 parent 5425281 commit 54d5af0

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-
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
19-
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
18+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
19+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)