diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index f34b90bec..7dc2bb111 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -48,6 +48,11 @@ jobs: comment-always: false # Nyrkiƶ configuration nyrkio-enable: true + # Get yours from https://nyrkio.com/docs/getting-started + nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} + # You may not want share the NYRKIO_JWT_TOKEN token with pull requests, for example. + # In that case this task would unnecessarily fail for random contributors. Don't want that: + never-fail: true # Make results and change points public, so that any oss contributor can see them nyrkio-public: true @@ -66,4 +71,3 @@ jobs: # Explicitly set this to null. We don't want threshold based alerts today. external-data-json-path: null gh-repository: null -