mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-27 04:55:05 +09:00
1b88572b3b
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.