qindongliang commented on PR #37815: URL: https://github.com/apache/spark/pull/37815#issuecomment-3675501765
This helped me fix the same issue. Here are the complete steps: 1. Go to your GitHub Profile → Packages (https://github.com/YOUR_USERNAME?tab=packages) 2. Click on the package that failed to push (e.g., `apache-spark-ci-image-docs`) 3. Go to "Package settings" (right side) 4. Under "Manage Actions access", click "Add Repository" 5. Select your repository (e.g., [spark]) 6. Set the Role to "Admin" or "Write" 7. Repeat for any other packages that need access 8. Re-run the failed GitHub Actions workflow After this, the `permission_denied: write_package` error is resolved and CI can push images successfully! 🎉 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
