mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-23 04:15:08 +09:00
9ae780b171
The Tag Major Version step ran 'git push origin' after Checkout Again re-cloned with persist-credentials: false, leaving the remote without credentials. This caused 'fatal: could not read Username' (exit 128) on the first release. Set the authenticated remote URL using OSDS_ACCESS_TOKEN before pushing tags, mirroring the Update README step.