Skip to content

Commit

Permalink
set permissions for token
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Keicher committed Oct 16, 2024
1 parent 2e5201d commit 476bbb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ on:
# - cron: "*/5 * * * *"
workflow_dispatch:

permissions:
contents: write
pull-requests: write
issues: write
name: "Sync overleaf"
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: sync_overleaf
fetch-depth: '0'
- name: Sync overleaf
run: |
Expand Down

0 comments on commit 476bbb1

Please sign in to comment.