Skip to content

Commit dd44318

Browse files
committed
init: open new tokens page
1 parent 1c6fa55 commit dd44318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remix.init/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ async function setupDeployment({ rootDirectory }) {
280280
console.log(
281281
`Opening Fly Tokens Dashboard and GitHub Action Secrets pages. Please create a new token on Fly and set it as the value for a new secret called FLY_API_TOKEN on GitHub.`,
282282
)
283-
await open(`https://web.fly.io/user/personal_access_tokens/new`)
283+
await open(`https://fly.io/tokens/create`)
284284
await open(`${repoURL}/settings/secrets/actions/new`)
285285

286286
console.log(

0 commit comments

Comments
 (0)