| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
gh release create requires contents:write on the GITHUB_TOKEN. Add it at the job level in the reusable workflow and at the top level in the pipeline caller so it propagates correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Sorry, something went wrong.
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Root Cause
gh release create requires contents: write on the GITHUB_TOKEN. The default token permission is contents: read, causing the 403:
Fix
Files Changed