mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-05-06 02:14:47 +00:00
Remove redundant token input (GITHUB_TOKEN is default)
This commit is contained in:
parent
1731ba77b4
commit
c9184974da
1 changed files with 0 additions and 1 deletions
1
.github/workflows/dependabot-build.yml
vendored
1
.github/workflows/dependabot-build.yml
vendored
|
|
@ -16,7 +16,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue