lidavidm commented on code in PR #673:
URL: https://github.com/apache/arrow-java/pull/673#discussion_r1993229738
##########
.github/workflows/dev_pr.yml:
##########
@@ -80,5 +80,9 @@ jobs:
if: '! github.event.pull_request.draft'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ permissions:
+ contents: read
+ issues: write
+ pull-requests: write
Review Comment:
I can rename the env var (it appears `gh` CLI accepts both), but the
question is whether putting it in the environment in the first place is
acceptable? From the Apache Infra page, it _sounds_ like this is actually not
allowed anymore?
--
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]