Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
Actions: Provide both signing key and auth token The action doesn't produce an error on missing secrets so this way people don't have to remember to uncomment anything.
Signature
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTO+1gmRtSlWQuOXJihdWlD0yipJAUCYPbF4QAKCRChdWlD0yip JLDPAP452UFkLSCdJLZmvI/cIDU2ZIJB/0t6gBd4myQBxHtrFgD9HbuMgPwnXrSd JoepnhXiwwXrXYcUzRoAZCrJZvAtqw8= =1l74 -----END PGP SIGNATURE-----
toonn <toonn@toonn.io>
3 years ago
1 changed files, 3 additions(+), 4 deletions(-)
M .github/workflows/build.yml -> .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1b9f7f017f5504832cae7f1371f89168d6e19e08..266535cab33a58e2e840301fbf6adc03aa09c780 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,10 +25,10 @@         # Format: Your cachix cache host name without the ".cachix.org" suffix.
         # Example: mycache (for mycache.cachix.org)
         #
         # For this to work, you also need to set the CACHIX_SIGNING_KEY or
-on:
     # rebuild everyday at 2:51
+    # https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new
-on:
+        # Github found at
     # TIP: Choose a random time here so not all repositories are build at once:
         cachixName:
           - <YOUR_CACHIX_NAME>
         nixPath:
@@ -52,8 +51,7 @@       if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
       with:
         name: ${{ matrix.cachixName }}
         signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
-        # or:
-  schedule:
+    # TIP: Choose a random time here so not all repositories are build at once:
 name: "Build and populate cache"
     - name: Check evaluation
       run: |