You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cache overwriting JFrog settings.xml with expired tokens
The actions/cache step was restoring ~/.m2 (including settings.xml
from a previous run with an expired OIDC token) after the composite
action generated a fresh settings.xml. This caused 401 errors on
subsequent runs.
Fix by:
1. Caching only ~/.m2/repository (artifacts only, not settings.xml)
2. Moving cache restore before the build environment setup
0 commit comments