We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfab68a commit f926727Copy full SHA for f926727
build-systems/github/build-github-src.sh
@@ -23,6 +23,8 @@ set -e
23
echo "Check if we have a GitHub token (login if not)..."
24
# Insecure storage is needed for the GitHub token to be in a file we can mount into the docker container
25
# "gh auth status" always seems to return 0, we might need to use the login command manually
26
+# Use this locally in QOwnNotes directory:
27
+# GH_CONFIG_DIR="./secrets/gh" gh auth login -h github.com --insecure-storage
28
gh auth status || gh auth login -h github.com --insecure-storage
29
30
echo "Started the GitHub packaging process, using latest '$BRANCH' git tree"
0 commit comments