From 9df226ca08423180d2ddb096509388f5e40d5efc Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 20 Sep 2022 15:17:52 +0100 Subject: [PATCH] Revert "build: harden create_containers.yml permissions" This reverts commit 34bc417abfbf9106047341079c9fc1da1a975a52. --- .github/workflows/create_containers.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index e1e5a22fe..932fef48b 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -4,9 +4,6 @@ on: schedule: - cron: '0 0 * * *' -permissions: - contents: read # to fetch code (actions/checkout) - jobs: push_to_registry: runs-on: ubuntu-latest