Skip to content

Commit 2d2d4ba

Browse files
authored
Merge pull request #9 from hametuha/feature/ai-search-2
Feature/ai search 2
2 parents c87dfbb + 89faf5e commit 2d2d4ba

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.distignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.git
66
.gitignore
77
.gitlab-ci.yml
8+
.husky
89
.travis.yml
910
.github
1011
.wp-env.json

.github/workflows/wordpress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
generate-zip: true
3838
env:
3939
SLUG: hamelp
40-
SVN_USERNAME: ${{ secrets.WP_ORG_USERNAME }}
41-
SVN_PASSWORD: ${{ secrets.WP_ORG_PASSWORD }}
40+
SVN_USERNAME: ${{ secrets.WP_ORG_USER_FUMIKI }}
41+
SVN_PASSWORD: ${{ secrets.WP_ORG_PASS_FUMIKI }}

0 commit comments

Comments
 (0)