Skip to content

Instantly share code, notes, and snippets.

@broguinn
Created March 10, 2026 00:44
Show Gist options
  • Select an option

  • Save broguinn/95b89307ad74d23e2d40b0ef56dda9c8 to your computer and use it in GitHub Desktop.

Select an option

Save broguinn/95b89307ad74d23e2d40b0ef56dda9c8 to your computer and use it in GitHub Desktop.
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