Skip to content

Commit

Permalink
Merge pull request #14143 from krauselukas/fix/set_toplevel_permissio…
Browse files Browse the repository at this point in the history
…n_of_gh_action_workflow

Set minimum github token permission for gh action workflow
  • Loading branch information
eduardoj committed Apr 12, 2023
2 parents aef87a1 + 887b534 commit 78bf83d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/diffend_gem_binary_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
paths:
- '**.gem'
permissions:
contents: read

jobs:
create_comment_with_diffend_io_links:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78bf83d

Please sign in to comment.