Skip to content

Commit 0635009

Browse files
committed
fix
1 parent 4c92789 commit 0635009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/version.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
steps:
1616
- name: checkout code
1717
uses: actions/checkout@v2
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.MY_PAT }}
2018
with:
2119
ref: ${{ github.ref }}
20+
token: ${{ secrets.MY_PAT }}
2221
- name: version-check
2322
run: |
2423
curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION=-y bash

0 commit comments

Comments
 (0)