mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
ci: GH_TOKEN -> GITHUB_TOKEN
This commit is contained in:
2
.github/workflows/desktop.publish.yml
vendored
2
.github/workflows/desktop.publish.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user