Skip to content

Commit

Permalink
Limited scope permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Jul 24, 2024
1 parent 4f4c618 commit 0f1b078
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
workflow_dispatch:
pull_request:

permissions:
pages: write
id-token: write

jobs:
# Call auxiliary workflows
pre_run:
Expand All @@ -22,6 +18,9 @@ jobs:
uses: ./.github/workflows/interactive-debugging.yml
doc_gen:
uses: ./.github/workflows/doc-gen.yml
permissions:
pages: write
id-token: write
post_run:
name: Call Post Run Final
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0f1b078

Please sign in to comment.