use personal access token till bug is resolved

This commit is contained in:
Jeff Billimek 2019-05-27 00:27:15 -04:00 committed by GitHub
parent eda95a9988
commit 857a207e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
workflow "Lint & Publish Helm chart" {
resolves = [
"Package Helm Chart(s)",
"Not a deleted event",
"Package Helm Chart(s)",
]
on = "push"
}
@ -19,6 +19,7 @@ action "Package Helm Chart(s)" {
secrets = [
"GITHUB_TOKEN",
"COMMIT_EMAIL",
"ACCESS_TOKEN",
]
needs = ["Not a deleted event"]
}