Skip to content

Commit 29f6fc6

Browse files
committed
build: replace the auth variables in github actions.
1 parent 45bd870 commit 29f6fc6

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)