From 5c6c4f20a819d84988d239a275d9cbec3afd65ee Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sun, 26 Jun 2022 21:39:58 -0500 Subject: [PATCH] trivial: revert permissions in create_containers for now --- .github/workflows/create_containers.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index 0c5927eaf..9b70ee815 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -4,10 +4,6 @@ on: schedule: - cron: '0 0 * * *' -permissions: - contents: read - packages: read|write - jobs: push_to_registry: runs-on: ubuntu-latest