Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use correct GitHub Actions permission "contents" instead of "cont…
…ent" (#200) ### Rationale for this change The syntax for permissions should use `contents` instead of `content`, see: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idpermissions ### What changes are included in this PR? Update to correct GitHub actions syntax. ### Are these changes tested? No, but can be seen the usage on the Arrow repo: https://github.com/apache/arrow/blob/bbda6b1e1322c5a9b8c107a03343d18b759694c1/.github/workflows/comment_bot.yml#L28 ### Are there any user-facing changes? No
- Loading branch information