docker-builds
docker-builds copied to clipboard
VLN-437: Use first-party action for GitHub app tokens
Summary
.github/workflows/update-submodules.yml: Set GitHub App token step to include owner and targeted repositories, renamed step id to match usage, and updated checkout/token consumers to use the new app token with persist-credentials disabled.
Previous summary:
Summary
.github/workflows/update-submodules.yml: Replaced the deprecated tibdex/github-app-token action with the supported actions/create-github-app-token@v2 and updated the input keys to the new kebab-case names to keep the workflow generating GitHub App tokens securely.