generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added support for IPV6 via WARP (per <upptime/upptime#904> and <h…
- Loading branch information
Showing
2 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,11 @@ jobs: | |
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
# This is necessary because GitHub Actions does not support IPv6 yet | ||
# And if a user has `ipv6: true` set in their yaml config, it wouldn't work otherwise | ||
# <https://github.com/actions/runner-images/issues/668#issuecomment-1872487355> | ||
- name: Setup WARP | ||
uses: fscarmen/warp-on-actions@v2 | ||
- name: Update response time | ||
uses: upptime/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters