Skip to content

Commit

Permalink
fix: explicit indication of permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jul 9, 2024
1 parent 5eb60f5 commit 17ca658
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/update-and-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
GITHUB_WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

permissions:
contents: read
pull-requests: write

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-chains-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- prod

permissions:
contents: read
pull-requests: write

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
NOTIFY_MATRIX: true

permissions:
contents: read
pull-requests: write

jobs:
Expand Down

0 comments on commit 17ca658

Please sign in to comment.