From fb9fbedc7ba3b8c223d6bb03c61ef28692348927 Mon Sep 17 00:00:00 2001 From: CobyPear Date: Tue, 22 Aug 2023 15:18:57 -0500 Subject: [PATCH] CI: Revert ci fix attempts --- .github/workflows/canary-release.yml | 4 ---- .github/workflows/release-and-split.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/canary-release.yml b/.github/workflows/canary-release.yml index 74a7d7197..5f95801f9 100644 --- a/.github/workflows/canary-release.yml +++ b/.github/workflows/canary-release.yml @@ -5,10 +5,6 @@ on: branches: - canary -permissions: - pull-requests: write - contents: read - # Releases a canary tagged version of the packages jobs: canary_release: diff --git a/.github/workflows/release-and-split.yml b/.github/workflows/release-and-split.yml index db33ce37c..3e63708f1 100644 --- a/.github/workflows/release-and-split.yml +++ b/.github/workflows/release-and-split.yml @@ -7,10 +7,6 @@ on: tags: - '*' -permissions: - pull-requests: write - contents: read - jobs: release: name: version and publish