Skip to content

Commit

Permalink
CI: reduce token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Mar 26, 2024
1 parent b50af8e commit ace439f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-async-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ 'movie-harness-change' ]

permissions:
contents: read

jobs:
build:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python-sync-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
repository_dispatch:
types: [ 'movie-harness-change' ]

permissions:
contents: read

jobs:
build:

Expand Down

0 comments on commit ace439f

Please sign in to comment.