Skip to content

Commit

Permalink
Copies gh token to deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Apr 24, 2020
1 parent 7cb6b8a commit 370bc22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"required": true
},
"EVOLUTIONS_AUTO_APPLY": "true",
"EVOLUTIONS_AUTO_APPLY_DOWNS": "true"
"EVOLUTIONS_AUTO_APPLY_DOWNS": "true",
"GITHUB_TOKEN": {
"required": true
}
},
"formation": {
"web": {
Expand Down

0 comments on commit 370bc22

Please sign in to comment.