From 2749d285e97b93b070f0413a69c91a55bfc65fe2 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Thu, 22 Sep 2022 12:25:44 +0500 Subject: [PATCH] ci: `GH_TOKEN` -> `GITHUB_TOKEN` --- .github/workflows/desktop.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop.publish.yml b/.github/workflows/desktop.publish.yml index 9d0646674..36158489e 100644 --- a/.github/workflows/desktop.publish.yml +++ b/.github/workflows/desktop.publish.yml @@ -90,7 +90,7 @@ jobs: package_root: ./apps/web/desktop # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} build_script_name: "build" # macOS code signing certificate mac_certs: ${{ secrets.mac_certs }}