jdaugherty commented on code in PR #14160:
URL: https://github.com/apache/grails-core/pull/14160#discussion_r2049003542
##########
.github/workflows/gradle.yml:
##########
@@ -9,6 +9,8 @@ on:
- '[4-9]+.[0-9]+.x'
- '[3-9]+.[3-9]+.x'
workflow_dispatch:
+env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Review Comment:
I don't think this is actually needed. I copied it from the docs workflow
assuming it was, but I'd like to try it without it. I'll remove for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]