summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-16 14:36:32 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-05-16 14:36:32 -0600
commite80335bd91c4262d564b0b6606d8e2f3f5c1e4f8 (patch)
tree810f5c3fb0fee04df247f072b8d1d4a173afb1d3
parentb17cfe132133c7fcaf03a0cd9441f4dfa27cde82 (diff)
fix formatting in GitHub Actions config files
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/upstream-dispatch.yml2
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 }}