Skip to content

Commit

Permalink
ci: fix (maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchudant committed Aug 26, 2024
1 parent d896ebe commit 1ec2a1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
coverage:
# sadly, for now we have to "rebuild" for the coverage
permissions: write-all
permissions:
pull-requests: write
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
pull-requests: write

jobs:
changelog:
name: Enforce CHANGELOG
Expand Down

0 comments on commit 1ec2a1d

Please sign in to comment.