Skip to content

Commit

Permalink
ci(lint): revert permissions back to being specific
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 18, 2024
1 parent b2641ba commit 97c8035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ on:
# - cron: '0 6 * * *'
workflow_dispatch:
workflow_call:
permissions: read-all
permissions:
pull-requests: read
contents: read
checks: write
jobs:
lint:
uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-composite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }}
# cancel-in-progress: true

permissions:
pull-requests: write
checks: write
Expand Down

0 comments on commit 97c8035

Please sign in to comment.