Skip to content

Commit

Permalink
Update automation account user in .taskcluster.yml
Browse files Browse the repository at this point in the history
We rotated this fairly recently.
  • Loading branch information
bhearsum authored and pocmo committed Nov 10, 2021
1 parent 673cf86 commit b583404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks:
tasks_for in ["action", "cron"]
|| (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"])
|| (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") && (head_branch != "staging.tmp") && (head_branch != "trying.tmp")
|| (tasks_for == "github-release" && releaseAction == "published" && (ownerEmail != "mozilla-release-automation[email protected]") && (ownerEmail != "[email protected]"))
|| (tasks_for == "github-release" && releaseAction == "published" && ownerEmail[:21] != "moz-releng-automation")
then:
$let:
level:
Expand Down

0 comments on commit b583404

Please sign in to comment.