Skip to content

Commit dffe1a6

Browse files
committed
remove github.token check, use bot repo token always
1 parent 6943025 commit dffe1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout Repository
5757
uses: actions/checkout@v4
5858
with:
59-
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
59+
token: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
6060
fetch-depth: 0
6161

6262
- name: Create and Push Tag

0 commit comments

Comments
 (0)