From 29f6fc6cbe26f79bd7c0c3a0bdb0b3cfa9e8dc8f Mon Sep 17 00:00:00 2001 From: Vedant Gandhi Date: Mon, 30 Dec 2024 15:20:46 +0530 Subject: [PATCH] build: replace the auth variables in github actions. --- .github/workflows/create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index f790377..55d7f93 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -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 }}