Skip to content

Commit

Permalink
Put README generation in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Oct 24, 2023
1 parent a88dfe9 commit d649a02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mkreadme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ jobs:
build-readme:
runs-on: ubuntu-latest
name: Build README.md
permissions:
contents: write
permissions: write-all
steps:
- name: Install jinja-cli
run: |
Expand Down

0 comments on commit d649a02

Please sign in to comment.