From bcf1436199dfebf0c530c05d2d76857258d146b9 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 15 Aug 2023 21:15:08 +1000 Subject: [PATCH] f --- .github/workflows/publish_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_plugins.yml b/.github/workflows/publish_plugins.yml index a7c1858893c..e976b8a33de 100644 --- a/.github/workflows/publish_plugins.yml +++ b/.github/workflows/publish_plugins.yml @@ -60,4 +60,4 @@ jobs: files: "Flow.Launcher.Plugin.BrowserBookmark.zip" tag_name: "v${{steps.updated-version.outputs.prop}}" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }} \ No newline at end of file