Skip to content

Commit 888c0cb

Browse files
committed
chore: use github token on checkout
1 parent 8983aab commit 888c0cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
12+
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1013

1114
- name: Setup
1215
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)