We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8507d1c commit e6935edCopy full SHA for e6935ed
.github/workflows/main.yml
@@ -5,12 +5,6 @@ on:
5
tags:
6
- "*"
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
-
14
jobs:
15
tag:
16
name: New tag
@@ -29,3 +23,7 @@ jobs:
29
23
30
24
- name: WordPress Plugin Deploy
31
25
uses: 10up/action-wordpress-plugin-deploy@stable
26
+ env:
27
+ SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
28
+ SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
+ SLUG: woo-gateway-fedapay
0 commit comments