ci: GH_TOKEN -> GITHUB_TOKEN

This commit is contained in:
Abdullah Atta
2022-09-22 12:25:44 +05:00
parent 928355a8c4
commit 2749d285e9

View File

@@ -90,7 +90,7 @@ jobs:
package_root: ./apps/web/desktop package_root: ./apps/web/desktop
# GitHub token, automatically provided to the action # GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings) # (No need to define this secret in the repo settings)
github_token: ${{ secrets.GH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
build_script_name: "build" build_script_name: "build"
# macOS code signing certificate # macOS code signing certificate
mac_certs: ${{ secrets.mac_certs }} mac_certs: ${{ secrets.mac_certs }}