Skip to content

Commit 476bbb1

Browse files
author
Philip Keicher
committed
set permissions for token
1 parent 2e5201d commit 476bbb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync_overleaf.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ on:
33
# - cron: "*/5 * * * *"
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
issues: write
610
name: "Sync overleaf"
711
jobs:
812
sync:
913
runs-on: ubuntu-latest
1014
steps:
1115
- uses: actions/checkout@v4
1216
with:
17+
ref: sync_overleaf
1318
fetch-depth: '0'
1419
- name: Sync overleaf
1520
run: |

0 commit comments

Comments
 (0)