Skip to content

Commit

Permalink
refactor: update permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Nov 7, 2023
1 parent b2e5a73 commit b829f32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
required: false
default: 3.0.6

permissions: write-all

jobs:
rubocop:
name: Rubocop
permissions:
actions: write
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit b829f32

Please sign in to comment.