Skip to content

Commit fc61ffc

Browse files
Dry run svn credentials (#567) (#569)
1 parent 029c919 commit fc61ffc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ jobs:
277277
dry-run: true
278278
env:
279279
SVN_URL: https://themes.svn.wordpress.org/${{ env.CONFIG_THEME_SLUG }}
280+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
281+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
280282
SLUG: ${{ env.CONFIG_THEME_SLUG }}
281283
VERSION: ${{ env.PACKAGE_VERSION }}
282284
BUILD_DIR: ./${{ env.CONFIG_THEME_SLUG }}

0 commit comments

Comments
 (0)