From 6c674cf4529cc1bb59c31ee5dd421d043951b3fd Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Fri, 7 Feb 2025 02:39:39 +0200 Subject: [PATCH] Use staging.nyrkio.com --- .github/workflows/push_only.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_only.yml b/.github/workflows/push_only.yml index 8194e68b6..742a933b3 100644 --- a/.github/workflows/push_only.yml +++ b/.github/workflows/push_only.yml @@ -35,7 +35,9 @@ jobs: # Nyrkiƶ configuration nyrkio-enable: true # Get yours from https://nyrkio.com/docs/getting-started - nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} + nyrkio-token: ${{ secrets.STAGING_JWT_TOKEN }} + nyrkio-api-root: https://staging.nyrkio.com/api/v0 + nyrkio-org: nyrkio # Old way... # Explicitly set this to null. We don't want threshold based alerts today.