Skip to content

Commit

Permalink
fix: only expose secret we need
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 21, 2024
1 parent 7722a9d commit 469f1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 469f1c3

Please sign in to comment.