Skip to content

Commit

Permalink
Merge pull request #45 from mumoshu/remove-unnecessary-test-wf-perm
Browse files Browse the repository at this point in the history
ci: Remove unnecesary contents:write permission
  • Loading branch information
cw-atkhry authored Nov 26, 2024
2 parents 4ae37ea + 209fd7c commit 8e1034f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.setup.outputs.matrix)}}
permissions:
# This is required to push changes back to the repository
contents: write
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit 8e1034f

Please sign in to comment.