potiuk commented on code in PR #45408:
URL: https://github.com/apache/airflow/pull/45408#discussion_r1903271570
##########
.github/workflows/ci.yml:
##########
@@ -39,7 +39,6 @@ permissions:
# denied error when attempting to just pull private image, changing the
token permission to write solves the
# issue. This is not dangerous, because if it is for "apache/airflow", only
maintainers can push ci.yml
# changes. If it is for a fork, then the token is read-only anyway.
- packages: write
Review Comment:
I think we can actually remove it (even if you replaced it with "excessive
permissions"). We just need to add package-write to the "upload cache" steps.
--
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]