Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

dhanvi/update-auth0-web-origin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update auth0 web origin

Github action to update auth0 web origin update auth0 web origin

Usage

Requires the below environment variables

AUTH0_TOKEN
CLIENT_ID
CLIENT_HOST
WEB_ORIGIN_DOMAIN
ACTION_TYPE

Sample workflow

jobs:
  example:
    runs-on: ubuntu-latest
    steps:
    - name: example
      uses: dhanvi/update-auth0-web-origin@master
      env:
        AUTH0_TOKEN: ${{ secrets.AUTH0_TOKEN }}
        CLIENT_ID: "11111"
        CLIENT_HOST: "example.auth0.com"
        WEB_ORIGIN_DOMAIN: "example.com"
        ACTION_TYPE: "add"