Skip to content

Commit

Permalink
Update default token
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreddington committed Nov 6, 2024
1 parent 21b5db6 commit f53b291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
| Input | Description | Required | Default |
| ------------ | ---------------------------------- | -------- | ------- |
| github-token | GitHub token for repository access | Yes | N/A |
| github-token | GitHub token for repository access | No | Defaults to the automatically generated token. You may override this if you require additional permissions beyond the default token. |
### Example dependabot.yml
Expand Down
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ branding:
icon: 'heart'
color: 'red'


inputs:
github-token:
description: >
Personal access token (PAT) used to query the languages used in the repository.
default: ${{ github.token }}

runs:
using: node20
main: dist/index.js

0 comments on commit f53b291

Please sign in to comment.