Skip to content

Fix auto-update workflow: PAT token, weekly schedule, all option#2912

Merged
surenderssm merged 5 commits intomainfrom
fix/auto-update-pat
May 7, 2026
Merged

Fix auto-update workflow: PAT token, weekly schedule, all option#2912
surenderssm merged 5 commits intomainfrom
fix/auto-update-pat

Conversation

@surenderssm
Copy link
Copy Markdown
Member

@surenderssm surenderssm commented Apr 30, 2026

Changes to auto-stack-update.yml

  • PAT token: Use STACK_UPDATE_PAT secret for PR creation (org restricts default GITHUB_TOKEN from creating PRs)
  • Weekly schedule: Runs every Wednesday at 5:30 AM IST instead of daily
  • 'all' option: Manual trigger now supports running all 4 stacks at once
  • Month in PR title: Auto-generated PRs titled like [May 2026][node] Update: Node 22 22.23.0

Prerequisites

Add a STACK_UPDATE_PAT repo secret with repo scope before merging.

surenderssm and others added 2 commits April 30, 2026 12:54
GitHub Actions default token is not permitted to create PRs
in this org. Use a PAT secret instead.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@surenderssm surenderssm requested a review from a team as a code owner April 30, 2026 07:24
@github-actions
Copy link
Copy Markdown
Contributor

SHA Validation Summary

Stack Status
PHP ✅ success
.NET ✅ success
PHP Validation Output
Validating PHP SHA256 hashes from: images/constants.yml
==================================================
PHP 8.1.34: OK
PHP 8.2.30: OK
PHP 8.3.30: OK
PHP 8.4.20: OK
PHP 8.5.5: OK
==================================================
Validated: 5 PHP version(s)
SHA VALIDATION PASSED
.NET Validation Output
Validating .NET SHA512 hashes...
  .NET Runtime 8.0.25: OK
  .NET Runtime 9.0.14: OK
  NET_CORE_APP_100: SKIP (no SHA defined)
  ASP.NET Core 8.0.25: OK
  ASP.NET Core 9.0.14: OK
  ASPNET_CORE_APP_100: SKIP (no SHA defined)
SHA VALIDATION PASSED

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

SHA Validation Summary

Stack Status
PHP ✅ success
.NET ✅ success
PHP Validation Output
Validating PHP SHA256 hashes from: images/constants.yml
==================================================
PHP 8.1.34: OK
PHP 8.2.30: OK
PHP 8.3.30: OK
PHP 8.4.20: OK
PHP 8.5.5: OK
==================================================
Validated: 5 PHP version(s)
SHA VALIDATION PASSED
.NET Validation Output
Validating .NET SHA512 hashes...
  .NET Runtime 8.0.26: OK
  .NET Runtime 9.0.15: OK
  NET_CORE_APP_100: SKIP (no SHA defined)
  ASP.NET Core 8.0.26: OK
  ASP.NET Core 9.0.15: OK
  ASPNET_CORE_APP_100: SKIP (no SHA defined)
SHA VALIDATION PASSED

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

SHA Validation Summary

Stack Status
PHP ✅ success
.NET ✅ success
PHP Validation Output
Validating PHP SHA256 hashes from: images/constants.yml
==================================================
PHP 8.1.34: OK
PHP 8.2.30: OK
PHP 8.3.30: OK
PHP 8.4.20: OK
PHP 8.5.5: OK
==================================================
Validated: 5 PHP version(s)
SHA VALIDATION PASSED
.NET Validation Output
Validating .NET SHA512 hashes...
  .NET Runtime 8.0.26: OK
  .NET Runtime 9.0.15: OK
  NET_CORE_APP_100: SKIP (no SHA defined)
  ASP.NET Core 8.0.26: OK
  ASP.NET Core 9.0.15: OK
  ASPNET_CORE_APP_100: SKIP (no SHA defined)
SHA VALIDATION PASSED

- Use STACK_UPDATE_PAT for PR creation (org restricts default token)
- Run weekly on Wednesdays at 5:30 AM IST
- Add 'all' option to manual trigger
- Add month name to PR title

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@surenderssm surenderssm changed the title Fix auto-update workflow: use PAT token, add 'all' option Fix auto-update workflow: PAT token, weekly schedule, all option May 6, 2026
@surenderssm surenderssm merged commit 4ae6ef1 into main May 7, 2026
9 checks passed
@surenderssm surenderssm deleted the fix/auto-update-pat branch May 7, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants