You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing configs for the purpose explained in #248 I went and tried
# ...
source:
github:
# ....
- organization: Zelda-Reverse-Engineering-Team
token_file: /config/token # fine grained token for vic1707
And realized that everything my token had access to was getting downloaded. Shouldn't gickup have some kind of config checks and error on invalid/malformed config ?
First I went crazy speculating some cache was messing with me when it was simply a missconfig and gickup was ignoring organization: Zelda-Reverse-Engineering-Team (tried user before but didn't do the trick)
The text was updated successfully, but these errors were encountered:
vic1707
changed the title
should gickup error on unknown keywords
should gickup error on unknown keywords, invalid/malformed configs
Jul 28, 2024
When testing configs for the purpose explained in #248 I went and tried
And realized that everything my token had access to was getting downloaded. Shouldn't gickup have some kind of config checks and error on invalid/malformed config ?
First I went crazy speculating some cache was messing with me when it was simply a missconfig and gickup was ignoring
organization: Zelda-Reverse-Engineering-Team
(trieduser
before but didn't do the trick)The text was updated successfully, but these errors were encountered: