Skip to content

Commit 0cb16a6

Browse files
authored
Fix autobump: use bot token to trigger CI checks (#61)
GITHUB_TOKEN doesn't trigger workflows on created PRs due to GitHub's security policy. Switch to SERVERLESS_QE_ROBOT bot account token to ensure Mage and Lints workflows run on autobump PRs.
1 parent 85a990e commit 0cb16a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
--branch autobump/go
2929
--dep github.com/openshift-knative/hack
3030
env:
31-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }}

0 commit comments

Comments
 (0)