Skip to content

Commit 8a1338c

Browse files
authored
Update version_bump.yml
1 parent bc21b4a commit 8a1338c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Comment on PR with no spam
9797
uses: actions/github-script@v8
9898
with:
99-
github-token: ${{ secrets.VERSION_BOT }}
99+
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
script: |
101101
// Retrieve variables from the environment
102102
const titleFlag = process.env.TITLE_FLAG;

0 commit comments

Comments
 (0)