Skip to content

Commit

Permalink
fix: release-drafter and validate-pr-title permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jul 8, 2024
1 parent 8a69738 commit 87b364d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
create_release:
name: Create Release
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
steps:

- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
requireScope: false

0 comments on commit 87b364d

Please sign in to comment.