Skip to content

Commit a67a302

Browse files
Merge pull request #385 from rtCamp/build/update-gh-action
Update the GH Action to use SVN_USERNAME and SVN_PASSWORD
2 parents abc3872 + 54d5af0 commit a67a302

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)