Skip to content

Commit

Permalink
Fix SimpleCov permissions in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz authored Jan 4, 2025
1 parent f74243b commit 44e2c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
coverage_report:
needs: [rspec]
runs-on: ubuntu-latest

permissions: write-all
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 44e2c08

Please sign in to comment.