We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc21b4a commit 8a1338cCopy full SHA for 8a1338c
.github/workflows/version_bump.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Comment on PR with no spam
97
uses: actions/github-script@v8
98
with:
99
- github-token: ${{ secrets.VERSION_BOT }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
100
script: |
101
// Retrieve variables from the environment
102
const titleFlag = process.env.TITLE_FLAG;
0 commit comments