Skip to content

Commit 84407b0

Browse files
authored
Merge pull request #4 from kingomarnajjar/master
better Readme for Ngrok guide, added url to repo's secrets
2 parents fc420e4 + ba72d45 commit 84407b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Get URL
3333
run: echo "Cloud Desktop Environment URL $(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)"
3434

35-
- name: Run for 20 mins
36-
run: sleep 1200
35+
- name: Run for 60 mins
36+
run: sleep 3600
3737
continue-on-error: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git clone https://github.com/sabrehagen/desktop-environment
2626
## Running in the Cloud
2727

2828
- Fork this repository.
29-
- Add your [ngrok auth token](https://dashboard.ngrok.com/login) to the repository secrets as `NGROK_AUTH_TOKEN` to enable web access.
29+
- Add your [ngrok auth token](https://dashboard.ngrok.com/login) to the [repository secrets](../../settings/secrets/actions/new) as `NGROK_AUTH_TOKEN` to enable web access.
3030
- Enable [read and write permissions](../../settings/actions) on your fork to allow GitHub Actions to push to your repository's container registry.
3131
- Run the [Deploy Desktop Environment](../../actions/workflows/deploy.yml) GitHub Actions workflow to deploy the desktop environment to GitHub's Actions infrastructure.
3232
- Click the Cloud Desktop Environment URL printed in the output of the `Get URL` workflow step.

0 commit comments

Comments
 (0)