Skip to content

Commit e6935ed

Browse files
committed
try again
1 parent 8507d1c commit e6935ed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
tags:
66
- "*"
77

8-
env:
9-
SVN_REPOSITORY: ${{ vars.SVN_REPOSITORY }}
10-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
11-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
12-
SLUG: woo-gateway-fedapay
13-
148
jobs:
159
tag:
1610
name: New tag
@@ -29,3 +23,7 @@ jobs:
2923
3024
- name: WordPress Plugin Deploy
3125
uses: 10up/action-wordpress-plugin-deploy@stable
26+
env:
27+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
28+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
29+
SLUG: woo-gateway-fedapay

0 commit comments

Comments
 (0)