Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
numaryu authored Oct 23, 2024
1 parent a831763 commit 6016bb4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: write
checks: write
pull-requests: write

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,9 +52,6 @@ jobs:

# テスト結果をGitHub上で表示する
- name: display results
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: artifacts/**/*.xml

0 comments on commit 6016bb4

Please sign in to comment.