Skip to content

Commit

Permalink
chore: Update app.json Heroku formation (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Aug 31, 2023
1 parent 58e8f7c commit fd04c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"env": {
"TOKEN": {
"description": "GitHub personal access token obtained from https://github.com/settings/tokens/new",
"required": false
"required": true
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
"size": "standard-1x"
}
},
"buildpacks": [
Expand Down

0 comments on commit fd04c5d

Please sign in to comment.