Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rado Chmiel <r.chmiel@partner.samsung.com>
  • Loading branch information
CsatariGergely and radoslawc authored Sep 18, 2024
1 parent 90ce005 commit 389f9f5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/proofreading-vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- uses: tibdex/github-app-token@v2
id: generate-token

- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
app_id: ${{ secrets.HELPER_APP_ID }}
private_key: ${{ secrets.HELPER_APP_KEY }}
egress-policy: audit


- name: Run Vale
uses: errata-ai/vale-action@reviewdog
uses: errata-ai/vale-action@91ac403e8d26f5aa1b3feaa86ca63065936a85b6 # reviewdog
with:
files: '["content", "README.md"]'
# github-pr-check, github-pr-review, github-check
reporter: github-pr-check
token: ${{ steps.generate-token.outputs.token }}
token: ${{secrets.VALE_GITHUB_TOKEN}}

0 comments on commit 389f9f5

Please sign in to comment.