Skip to content

Commit

Permalink
comments needs write-permissions when calling build
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Jan 28, 2024
1 parent a524f63 commit 9886bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
dryrun:
needs: [setup]
permissions:
contents: write
uses: ./.github/workflows/build.yml
with:
branch: ${{ needs.setup.outputs.branch }}
Expand Down

0 comments on commit 9886bef

Please sign in to comment.