From eb7e083c4b7501d4a7063f022221b02dfe511cb3 Mon Sep 17 00:00:00 2001 From: Janet Revell Date: Thu, 27 Jul 2023 11:22:26 -0700 Subject: [PATCH] Removed info about permissions --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index d098b3b..946fde5 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,6 @@ jobs: data_source: snowflake configuration: ./configuration.yaml checks: ./checks.yaml - permissions: - pull-requests: write ``` Refer to [testing files](https://github.com/sodadata/soda-github-action/tree/main/testing) and the [test workflow](https://github.com/sodadata/soda-github-action/blob/main/.github/workflows/tests.yaml) for more context for the example. @@ -60,16 +58,6 @@ Refer to [testing files](https://github.com/sodadata/soda-github-action/tree/mai | `checks` | File path to checks YAML file. See [Soda docs](https://go.soda.io/configure). Compatible with shell filename extensions.
Identify multiple check files, if you wish. For example: `./checks_*.yaml` or `./{check1.yaml,check2.yaml}` | ✅ | - | -### Permissions -The GitHub Action only creates comments for workflows run by a `pull_request` event. - -Because the Soda GitHub Action posts a comment to the PR with scan results, you must specify the workflow step's permission when using the action in a `pull_request` event. -```yaml -permissions: - pull-requests: write -``` - - ### Self-hosted runners - Windows runners are not supported, including the use of official Windows-based images such as `windows-latest`.