Skip to content

Commit

Permalink
chore: permissions for docs.yml workflow (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Oct 17, 2023
1 parent 2fedb0d commit 98e1861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/conventional-commit-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
always_check_pr_title: true

2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
tags:
- "*"
workflow_dispatch:
permissions:
contents: write
jobs:
docs:
name: "Generate and Deploy Documentation"
Expand Down

0 comments on commit 98e1861

Please sign in to comment.