Skip to content
play

GitHub Action

Cloudflare WARP for Github Actions

v1 Latest version

Cloudflare WARP for Github Actions

play

Cloudflare WARP for Github Actions

Activate WARP tunnel in Github Actions (Debian/Ubuntu)

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Cloudflare WARP for Github Actions

uses: sebst/actions-warp@v1

Learn more about this action in sebst/actions-warp

Choose a version

actions-warp

Usage example:

client warp+doh mode

  - name: Set up WARP connection
    uses: sebst/actions-warp@v1
    with:
      tos: YES   # Required. Set to YES to accept the Terms of Service of Cloudflare.

Input Parameters

Parameter Mandatory/Optional Description
tos Required Accept TOS: Needs to be set to YES. Default is NO.