Skip to content

Commit f63e5a8

Browse files
committed
feat(docs): explicit about FLY_APP secret creation
1 parent 1a86152 commit f63e5a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/HOWTO.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,9 @@ the workflows to make sure I'm not doing anything nasty to you._
112112

113113
Go to your repository settings on GitHub and
114114
head over to _Secrets and Variables_ -> _Actions_
115-
(`https://github.com/${GITHUB_USERNAME}/mollysocket-fly/settings/secrets/actions`)
116-
117-
Populate the `FLY_APP` repository secret with the name of the app. This should be toward
118-
the top of your `fly.toml` file.
115+
(`https://github.com/${GITHUB_USERNAME}/mollysocket-fly/settings/secrets/actions`).
116+
Click _New repository secret_. Give it the name `FLY_APP` and set it to the name of the
117+
app found toward the top of your `fly.toml` file.
119118

120119
Back on your terminal, while you're in your cloned repository, run `make deploy-token`.
121120
Then populate the `FLY_DEPLOY_TOKEN` repository secret with the output of that command.

0 commit comments

Comments
 (0)