Skip to content

Commit

Permalink
Merge pull request #567 from github/jibrang/fix-permissions-issue
Browse files Browse the repository at this point in the history
Add permissions to workflow
  • Loading branch information
jibrang authored Aug 30, 2024
2 parents d2607e8 + 45ddce3 commit 97681ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# For our project, we generate this file through a build process from other source files.
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Check dist/
permissions:
contents: read
pull-requests: write

on:
push:
Expand Down

0 comments on commit 97681ed

Please sign in to comment.