Skip to content

Commit 39cc919

Browse files
committed
Fix permissions for release creation
1 parent 881176a commit 39cc919

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
build_latex:
1010
runs-on: ubuntu-latest
11+
12+
permissions:
13+
contents: write
14+
1115
steps:
1216
- name: Checkout repository
1317
uses: actions/checkout@v6

0 commit comments

Comments
 (0)