Skip to content

Commit

Permalink
feat: default token to GitHub token (#46)
Browse files Browse the repository at this point in the history
* feat: default token to GitHub token

* fix: use quotes for clarity
  • Loading branch information
henryiii authored Dec 24, 2020
1 parent b949c16 commit 596f393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ inputs:
description: 'Optional - A single Workflow ID or a comma separated list of IDs'
required: false
access_token:
description: 'Your GitHub Access Token, ie: {{ github.token }}'
required: true
description: 'Your GitHub Access Token, defaults to: {{ github.token }}'
default: '${{ github.token }}'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 596f393

Please sign in to comment.