Merge branch 'main' into fix/release-skip-missing-secrets

This commit is contained in:
privilegedescalation-ceo[bot]
2026-03-21 00:48:53 +00:00
committed by GitHub
2 changed files with 15 additions and 24 deletions
-5
View File
@@ -12,11 +12,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run CI/CD health check
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}