Skip to content

Commit

Permalink
Fix(ops): Remove useless permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarnault committed Aug 5, 2024
1 parent b3f7212 commit 322fbf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ concurrency:
cancel-in-progress: true

permissions:
actions: write
contents: write
checks: write
pull-requests: write

jobs:
lint:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
actions: write
contents: write
checks: write
pull-requests: write


jobs:
deploy:
name: 🚀 Deploy
Expand Down

0 comments on commit 322fbf1

Please sign in to comment.