Skip to content

Commit 8507d1c

Browse files
committed
Fix env variables
1 parent f68fb49 commit 8507d1c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
push:
55
tags:
66
- "*"
7+
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+
714
jobs:
815
tag:
916
name: New tag
@@ -22,7 +29,3 @@ jobs:
2229
2330
- name: WordPress Plugin Deploy
2431
uses: 10up/action-wordpress-plugin-deploy@stable
25-
env:
26-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
27-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
28-
SLUG: woo-gateway-fedapay

0 commit comments

Comments
 (0)