Add token input

This commit is contained in:
Smitha Borkar
2022-06-07 22:21:50 -07:00
parent 43507179c9
commit 94028786d7
3 changed files with 41 additions and 4 deletions

View File

@@ -3,6 +3,11 @@ description: 'Get the base URL where the GitHub Pages site will be hosted'
runs:
using: 'node16'
main: 'dist/index.js'
inputs:
token:
description: 'GitHub token'
default: ${{ github.token }}
required: true
outputs:
base_url:
description: 'URL to deployed GitHub Pages'