diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index f6fec05..5efdc13 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -16,4 +16,5 @@ permissions: jobs: comment: uses: bgd-labs/github-workflows/.github/workflows/comment.yml@main - secrets: inherit + secrets: + READ_ONLY_PAT: ${{ secrets.READ_ONLY_PAT }}