Skip to content

Commit

Permalink
fix github workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFunk committed Jul 26, 2023
1 parent b1f4ff3 commit de51122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/asciidoc-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ name: asciidoctor-ghpages
# events but only for the master branch
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
branches: [ main ]

permissions:
contents: write # for committing to gh-pages branch.

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
File renamed without changes.

0 comments on commit de51122

Please sign in to comment.