Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
Try whether setting write permissions on actions and checks works
  • Loading branch information
devdicated committed Mar 29, 2023
1 parent f2f5ecd commit f624335
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest

permissions:
actions: write
checks: write

services:
postgres:
Expand Down Expand Up @@ -54,4 +58,4 @@ jobs:

- uses: joshmfrankel/simplecov-check-action@main
with:
github_token: ${{ secrets.ACTIONS_RW_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f624335

Please sign in to comment.