Skip to content

Commit

Permalink
revert to bot repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Dec 2, 2024
1 parent 78f591c commit f6de9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ permissions:

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

jobs:
post_release:
Expand Down

0 comments on commit f6de9ba

Please sign in to comment.