Skip to content

Commit

Permalink
Try fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-naumann committed Dec 21, 2024
1 parent 41cabce commit 0f833e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Continuous Integration

on:
push:
branches: [ main ]
pull_request:
schedule:
- cron: "0 3 * * 1" # Run every Monday 3 am

permissions:
pull-requests: write

jobs:
ci:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0f833e9

Please sign in to comment.