Add explicit permissions to deploy and e2e workflows (CodeQL fix)

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-28 23:00:10 +00:00
parent ea590497a7
commit 21ef915bf3
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs:
deploy:
permissions: {}
uses: BlackRoad-OS-Inc/blackroad-deploy/.github/workflows/cloudflare-deploy.yml@main
with:
project: blackroad-io

View File

@@ -10,6 +10,8 @@ on:
jobs:
e2e:
runs-on: ubuntu-latest
permissions:
contents: read
env:
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}