Skip to content

Commit

Permalink
Update permissions to fix CI. (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel YGUEL <yguel@unistra.fr>
  • Loading branch information
yguel and yguel authored Mar 1, 2024
1 parent 9657cf3 commit 4ad5d4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches: [ main ]
jobs:
CI:
permissions:
contents: read
packages: write
issues: read
checks: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Prepare
Expand Down

0 comments on commit 4ad5d4d

Please sign in to comment.