Skip to content

Commit 58ffc85

Browse files
authored
Update version_bump.yml
1 parent 1c0943d commit 58ffc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version_bump.yml

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

0 commit comments

Comments
 (0)