Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
as-com authored Aug 14, 2019
1 parent 8c4f1a9 commit 96b6d20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ action "tag" {
action "WordPress Plugin Deploy" {
needs = ["tag"]
uses = "10up/actions-wordpress/dotorg-plugin-deploy@master"
secrets = ["SVN_PASSWORD", "SVN_USERNAME"]
secrets = [
"SVN_PASSWORD",
"SVN_USERNAME",
"GITHUB_TOKEN",
]
env = {
SLUG = "wp-katex"
}
Expand Down

0 comments on commit 96b6d20

Please sign in to comment.