Skip to content

Commit

Permalink
Use GH_PAT_ACTIONS_READ in comment-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 4, 2024
1 parent e9ad861 commit 908eb37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ on:
# Since this pull request has write permissions on the target repo, we should **NOT** execute any untrusted code.
jobs:
post-suggestions:
uses: openrewrite/gh-automation/.github/workflows/comment-pr.yml@main
uses: openrewrite/gh-automation/.github/workflows/comment-pr.yml@main
secrets:
GH_PAT_ACTIONS_READ: ${{ secrets.GH_PAT_ACTIONS_READ }}

0 comments on commit 908eb37

Please sign in to comment.