diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-16 14:36:32 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-16 14:36:32 -0600 |
| commit | e80335bd91c4262d564b0b6606d8e2f3f5c1e4f8 (patch) | |
| tree | 810f5c3fb0fee04df247f072b8d1d4a173afb1d3 /.github | |
| parent | b17cfe132133c7fcaf03a0cd9441f4dfa27cde82 (diff) | |
fix formatting in GitHub Actions config files
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/upstream-dispatch.yml | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08c119b1..c5974fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,9 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - permissions: read-all - jobs: activate: - permissions: - contents: none if: | (github.event_name == 'schedule' && github.repository_owner == 'asciidoctor') || (github.event_name == 'push') || diff --git a/.github/workflows/upstream-dispatch.yml b/.github/workflows/upstream-dispatch.yml index f1e94705..b7727f3f 100644 --- a/.github/workflows/upstream-dispatch.yml +++ b/.github/workflows/upstream-dispatch.yml @@ -1,8 +1,6 @@ name: Upstream Dispatch on: repository_dispatch - permissions: read-all - jobs: build: name: ${{ github.event.client_payload.message }} |
