Skip to content

Commit

Permalink
Use default token
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored and yogeshlonkar committed Sep 28, 2023
1 parent 590df49 commit 761c53b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ permissions:
```yaml
- uses: yogeshlonkar/wait-for-jobs@v0
with:
# GitHub token to access actions API
# required: true
gh-token: ${{ secrets.GITHUB_TOKEN }}

# To ignore jobs that are skipped from given list of job dependencies
# default: 'false'
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branding:
inputs:
gh-token:
description: GitHub token to access API
default: '${{github.token}}'
required: true
ignore-skipped:
description: To ignore jobs that are skipped from given list of job dependencies
Expand Down

0 comments on commit 761c53b

Please sign in to comment.