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