Skip to content

Bump graphql from 16.6.0 to 16.8.1 #1050

Bump graphql from 16.6.0 to 16.8.1

Bump graphql from 16.6.0 to 16.8.1 #1050

name: Check for secrets
on: [pull_request]
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: detect-secrets
uses: reviewdog/action-detect-secrets@master
with:
github_token: ${{ secrets.GH_TOKEN }}
reporter: github-pr-review