From 0c7c45ee1aaeaf6d5e12b916736ea4608a916e56 Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Fri, 3 Jan 2025 15:19:15 -0700 Subject: [PATCH] Add empty permissions object to archive-release-radar.yml workflow --- .github/workflows/archive-release-radar.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/archive-release-radar.yml b/.github/workflows/archive-release-radar.yml index 95dcef2..c24018c 100644 --- a/.github/workflows/archive-release-radar.yml +++ b/.github/workflows/archive-release-radar.yml @@ -1,5 +1,6 @@ # Note: This workflow is disabled because it is no longer possible to archive the Release Radar playlist due to Spotify API changes. See the README for more details. If you fork this repo, you may need to enable it in the Actions tab name: Archive Release Radar Playlist +permissions: {} on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: