Skip to content

Commit f6de9ba

Browse files
committed
revert to bot repo token
1 parent 78f591c commit f6de9ba

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
@@ -37,7 +37,7 @@ permissions:
3737

3838
env:
3939
GITHUB_USER: "datavisyn-bot"
40-
GITHUB_TOKEN: ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
40+
GITHUB_TOKEN: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
4141

4242
jobs:
4343
post_release:

0 commit comments

Comments
 (0)