Skip to content

Commit

Permalink
chore: fix permissions on workflows (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Jul 23, 2024
1 parent e50b1bc commit 7062845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
pip install .[dev]
- name: Check commit history
run: cz check --rev-range $(git rev-list --all --reverse | head -1)..HEAD
run: cz check --rev-range HEAD~1..HEAD
2 changes: 2 additions & 0 deletions .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
update-draft:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 7062845

Please sign in to comment.