Skip to content

Commit

Permalink
🛂 ensure right permissions for workflows (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer authored Oct 14, 2024
1 parent d0c22de commit 5949a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-cpp-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
name: 📈 Coverage
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read # Required for the `actions/checkout` action
id-token: write # Required for the `codecov/codecov-action` action
env:
CMAKE_BUILD_PARALLEL_LEVEL: 4
CTEST_PARALLEL_LEVEL: 4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reusable-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
needs: [python-tests]
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read # Required for the `actions/checkout` action
id-token: write # Required for the `codecov/codecov-action` action
steps:
# check out the repository (mostly for the codecov config)
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5949a52

Please sign in to comment.