kou commented on PR #38: URL: https://github.com/apache/arrow-swift/pull/38#issuecomment-2978270420
> `github.actor` afaik would be `kou` (for this PR) but the required login would be `apache` which you can get through `github.repository_owner` Hmm. Auto-generated GitHub Token may be for `github.actor` not `github.repository`. FYI: ADBC uses `github.actor` and it works: https://github.com/apache/arrow-adbc/blob/24950853d2398fd75601656fbf2bc2ddeff7d87c/.github/workflows/packaging.yml#L360-L365 https://github.com/apache/arrow-adbc/actions/runs/15668872626/job/44136690901#step:8:1 ```text Run docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 with: registry: ghcr.io username: lidavidm password: *** ecr: auto logout: true ``` -- 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]
