docker-builds icon indicating copy to clipboard operation
docker-builds copied to clipboard

VLN-437: Use first-party action for GitHub app tokens

Open picatz opened this issue 2 months ago • 0 comments

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.

picatz avatar Nov 04 '25 16:11 picatz