Skip to content

Commit

Permalink
release v0.11.2
Browse files Browse the repository at this point in the history
Changes:
- add missing GITHUB_TOKEN permissions to template
  • Loading branch information
xworld21 committed Nov 21, 2024
1 parent c5c1059 commit 4314ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/.github/workflows/bookml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: push
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Check out LaTeX files
uses: actions/checkout@v4
Expand Down

0 comments on commit 4314ec7

Please sign in to comment.