Skip to content

Commit a5f92b9

Browse files
committed
feat: add token
1 parent 406b81a commit a5f92b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upversion.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
with:
16+
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
1517

1618
- name: upversion
1719
env:

0 commit comments

Comments
 (0)