From 7182e426a783865fdd5b3d8db8657ec151351b72 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Tue, 26 Jul 2022 14:05:37 +0000 Subject: [PATCH] Fix typos in workflow permissions Signed-off-by: Andrei Aaron --- .github/workflows/stale.yaml | 4 ++-- .github/workflows/sync-golang-image.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 206c7769..178666ca 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -5,8 +5,8 @@ on: permissions: contents: read - issues: read | write - pull-requests: read | write + issues: read|write + pull-requests: read|write jobs: stale: diff --git a/.github/workflows/sync-golang-image.yaml b/.github/workflows/sync-golang-image.yaml index ba2b5435..574df0b2 100644 --- a/.github/workflows/sync-golang-image.yaml +++ b/.github/workflows/sync-golang-image.yaml @@ -11,7 +11,7 @@ env: permissions: contents: read - packages: read | write + packages: read|write jobs: sync-golang: