Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jul 23, 2019
2 parents fbde927 + 752a7ff commit b11ea2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ action "WordPress Plugin Deploy" {
needs = ["tag"]
uses = "10up/actions-wordpress/dotorg-plugin-deploy@master"
secrets = ["SVN_PASSWORD", "SVN_USERNAME", "GITHUB_TOKEN"]
env = {
SLUG = "elasticpress"
}
}

workflow "Asset/readme update" {
Expand All @@ -29,4 +32,7 @@ action "Plugin Asset Update" {
uses = "10up/actions-wordpress/dotorg-plugin-asset-update@master"
needs = ["Filters for GitHub Actions"]
secrets = ["SVN_USERNAME", "SVN_PASSWORD"]
env = {
SLUG = "elasticpress"
}
}

0 comments on commit b11ea2c

Please sign in to comment.