Skip to content

Commit

Permalink
Fix: Validate workflow 권한 수정 [write-all]
Browse files Browse the repository at this point in the history
  • Loading branch information
herokwon committed Nov 25, 2024
1 parent e950369 commit f357c0d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:
- opened
- synchronize

permissions:
id-token: write
contents: read
issues: write
pull-requests: write
permissions: write-all

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit f357c0d

Please sign in to comment.