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 588671f commit b074d4eCopy full SHA for b074d4e
defaults/main.yml
@@ -23,6 +23,9 @@ github_url: "https://github.com"
23
# GitHub API
24
github_api_url: "https://api.github.com"
25
26
+# Number of runners to list per page
27
+github_api_runners_per_page: 100
28
+
29
# Personal Access Token for your GitHub account
30
access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
31
0 commit comments