Skip to content

Commit

Permalink
build: replace the auth variables in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant-Gandhi committed Dec 30, 2024
1 parent 45bd870 commit 29f6fc6
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 29f6fc6

Please sign in to comment.