Skip to content

Commit

Permalink
Update the permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pitag-ha committed Nov 26, 2023
1 parent 2a311b4 commit b464d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fuzzy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'fuzzy-diff-looks-good'
runs-on: ubuntu-22.04
# FIXME: Which permission is necessary?
permissions: write-all
permissions:
pull-requests: write
steps:
- name: Retreive diff artifact meta-data
id: diff_metadata
Expand Down

0 comments on commit b464d2f

Please sign in to comment.