Skip to content

prevent persisting credentials #1

prevent persisting credentials

prevent persisting credentials #1

Workflow file for this run

name: Linting
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/vale-action@master
with:
# Optional
# styles: |
# https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip
# https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
# Optional
config: https://raw.githubusercontent.com/segmentio/segment-docs/develop/.vale.ini
# Optional
files: __onlyModified
onlyAnnotateModifiedLines: true
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}