Skip to content

Commit

Permalink
Enable history quota in testing: noi-techpark/bdp-core#261
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jul 22, 2024
1 parent 384847f commit 24405bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ jobs:
X_NINJA_QUOTA_ADVANCED: 100
X_NINJA_QUOTA_PREMIUM: 200

# Quota: History range
X_NINJA_QUOTA_HISTORY_GUEST: 5
X_NINJA_QUOTA_HISTORY_REFERER: 100
X_NINJA_QUOTA_HISTORY_BASIC: 1000
X_NINJA_QUOTA_HISTORY_ADVANCED: 0
X_NINJA_QUOTA_HISTORY_PREMIUM: 0
X_NINJA_QUOTA_HISTORY_URL: https://github.com/noi-techpark/odh-docs/wiki/Api-Quota

- name: Build project
uses: noi-techpark/github-actions/maven-build@v2
with:
Expand Down

0 comments on commit 24405bb

Please sign in to comment.