We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6943025 commit dffe1a6Copy full SHA for dffe1a6
.github/workflows/release-post-merge.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Checkout Repository
57
uses: actions/checkout@v4
58
with:
59
- token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
+ token: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
60
fetch-depth: 0
61
62
- name: Create and Push Tag
0 commit comments