Created
March 10, 2026 00:44
-
-
Save broguinn/95b89307ad74d23e2d40b0ef56dda9c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit b53f49f72eb05019723bd3eecb7dbdd886403877 | |
| Author: Braden O'Guinn <braden.oguinn@outpost.us> | |
| Date: Mon Mar 9 16:39:29 2026 -0500 | |
| Perms | |
| diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml | |
| index f89832048..1d09b928e 100644 | |
| --- a/.github/workflows/validate.yml | |
| +++ b/.github/workflows/validate.yml | |
| @@ -4,6 +4,10 @@ on: | |
| pull_request: | |
| merge_group: | |
| +permissions: | |
| + contents: read | |
| + pull-requests: read | |
| + | |
| # Cancel in-flight runs for the same PR branch; each push restarts validation. | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment